Skip to content

Commit

Permalink
update deps and add python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMontoya-TRI committed Aug 9, 2024
1 parent 9f3a71d commit aab4430
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beep-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
max-parallel: 20
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, 3.9]
python-version: [3.8, 3.9, 3.10, 3.11]

runs-on: ${{ matrix.os }}

Expand Down
7 changes: 3 additions & 4 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Requirements for running tests
pytest-cov==3.0.0
coveralls==3.3.1
memory_profiler==0.60.0
matplotlib==3.5.1
pytest-cov==5.0.0
coveralls==4.0.1
memory_profiler==0.61.0
requests
36 changes: 18 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Base requirements
numpy==1.22.2
monty[yaml]==2022.4.26
scipy==1.5.4
scikit-learn==1.0.2
pandas==1.4.1
tqdm==4.62.3
boto3==1.20.31
botocore==1.23.37
pytz==2021.3
watchtower==3.0.0
numpy==1.24.4
monty[yaml]==2023.9.25
scipy==1.10.1
scikit-learn==1.3.2
pandas==2.0.3
tqdm==4.66.5
boto3==1.34.157
botocore==1.34.157
pytz==2024.1
watchtower==3.2.0
msgpack-python==0.5.6
python-dateutil==2.8.2
ruamel.yaml==0.17.21
xmltodict==0.12.0
pydash==5.1.0
lmfit==1.0.3
click==8.0.4
matplotlib>=3.3.4
h5py==3.6.0
python-dateutil==2.9.0.post0
ruamel.yaml==0.18.6
xmltodict==0.13.0
pydash==8.0.3
lmfit==1.3.2
click==8.1.7
matplotlib==3.7.5
h5py==3.11.0

0 comments on commit aab4430

Please sign in to comment.