Skip to content

Commit

Permalink
Merge branch 'mhostert:main' into dev/decay_integrator
Browse files Browse the repository at this point in the history
  • Loading branch information
austinschneider committed Sep 19, 2024
2 parents e75efaf + 7de7507 commit b377fc5
Show file tree
Hide file tree
Showing 27 changed files with 5,569 additions and 5,630 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest]
os: [macos-latest, macos-14, ubuntu-latest] #, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
Expand All @@ -24,6 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install cython
pip install tox tox-gh-actions
- name: Test generator and physics output
run: tox
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If you experience any problems or bugs, either open a new issue or contact <mhos

Required dependencies:

- [Python](http://www.python.org/) 3.7 or above
- [Python](http://www.python.org/) 3.8 or above
- [NumPy](http://www.numpy.org/)

The following dependencies (if missing) will be automatically installed during the main installation of the package:
Expand All @@ -57,7 +57,7 @@ The following dependencies (if missing) will be automatically installed during t

## Installation

DarkNews is available on PyPI so from your python3.7+ (virtual environment or otherwise), run
DarkNews is available on PyPI so from your python3.8+ (virtual environment or otherwise), run

```sh
python3 -m pip install DarkNews
Expand Down
Loading

0 comments on commit b377fc5

Please sign in to comment.