Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Rohr committed Feb 7, 2025
1 parent 9f3a71d commit a4f128c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 21 deletions.
2 changes: 0 additions & 2 deletions beep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
import sys
from functools import partial
import numpy as np
import watchtower
import time
from botocore.exceptions import NoCredentialsError
from tqdm import tqdm as _tqdm

Expand Down
58 changes: 39 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,40 @@
# 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
asteval==1.0.6
beep==2022.10.3.16
boto3==1.36.16
botocore==1.36.16
click==8.1.8
contourpy==1.3.1
cycler==0.12.1
Cython==3.0.11
dill==0.3.9
fonttools==4.56.0
h5py==3.12.1
jmespath==1.0.1
joblib==1.4.2
kiwisolver==1.4.8
lmfit==1.3.2
matplotlib==3.10.0
monty==2025.1.9
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
numpy==2.2.2
packaging==24.2
pandas==2.2.3
pillow==11.1.0
pkgconfig==1.5.5
pydash==8.0.5
pyparsing==3.2.1
python-dateutil==2.9.0.post0
pytz==2025.1
ruamel.yaml==0.18.10
s3transfer==0.11.2
scikit-learn==1.6.1
scipy==1.15.1
setuptools==75.8.0
six==1.17.0
threadpoolctl==3.5.0
tqdm==4.67.1
typing_extensions==4.12.2
tzdata==2025.1
uncertainties==3.2.2
urllib3==2.3.0
xmltodict==0.14.2

0 comments on commit a4f128c

Please sign in to comment.