Skip to content

Commit

Permalink
upgrade dependencies for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 1, 2024
1 parent bb17c5e commit 11dec3c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 19 deletions.
32 changes: 15 additions & 17 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ bcrypt==4.1.2
# via paramiko
blinker==1.7.0
# via flask
boto3==1.34.69
boto3==1.34.74
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.69
botocore==1.34.74
# via
# boto3
# s3transfer
Expand All @@ -55,17 +55,17 @@ cryptography==42.0.5
# via paramiko
cycler==0.12.1
# via matplotlib
ddsketch==2.0.4
ddsketch==3.0.1
# via ddtrace
ddtrace==2.7.4
ddtrace==2.7.5
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
dnspython==2.6.1
# via
# maggma
# pymongo
emmet-core==0.80.0
emmet-core==0.81.1
# via emmet-api (emmet/emmet-api/setup.py)
envier==0.5.1
# via ddtrace
Expand All @@ -91,7 +91,7 @@ idna==3.6
# via
# anyio
# requests
importlib-metadata==6.11.0
importlib-metadata==7.0.0
# via opentelemetry-api
itsdangerous==2.1.2
# via flask
Expand Down Expand Up @@ -125,7 +125,7 @@ mongogrant==0.3.3
# via maggma
mongomock==4.1.2
# via maggma
monty==2024.2.26
monty==2024.3.31
# via
# emmet-core
# maggma
Expand All @@ -147,9 +147,9 @@ numpy==1.26.4
# scipy
# shapely
# spglib
opentelemetry-api==1.23.0
opentelemetry-api==1.24.0
# via ddtrace
orjson==3.9.15
orjson==3.10.0
# via maggma
packaging==24.0
# via
Expand All @@ -165,19 +165,17 @@ pandas==2.2.1
# pymatgen
paramiko==3.4.0
# via sshtunnel
pillow==10.2.0
pillow==10.3.0
# via matplotlib
plotly==5.20.0
# via pymatgen
protobuf==5.26.0
# via
# ddsketch
# ddtrace
protobuf==5.26.1
# via ddtrace
pybtex==0.24.0
# via
# emmet-core
# pymatgen
pycparser==2.21
pycparser==2.22
# via cffi
pydantic==2.6.4
# via
Expand All @@ -191,15 +189,15 @@ pydantic-settings==2.2.1
# via
# emmet-core
# maggma
pydash==7.0.7
pydash==8.0.0
# via maggma
pymatgen==2024.3.1
# via
# emmet-core
# pymatgen-analysis-alloys
pymatgen-analysis-alloys==0.0.6
# via emmet-api (emmet/emmet-api/setup.py)
pymongo==4.6.2
pymongo==4.6.3
# via
# maggma
# mongogrant
Expand Down
4 changes: 2 additions & 2 deletions emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ matplotlib==3.8.3
# via
# -r python/requirements.txt
# pymatgen
monty==2024.2.26
monty==2024.3.31
# via
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
Expand All @@ -57,7 +57,7 @@ pandas==2.2.1
# via
# -r python/requirements.txt
# pymatgen
pillow==10.2.0
pillow==10.3.0
# via matplotlib
plotly==5.20.0
# via pymatgen
Expand Down

0 comments on commit 11dec3c

Please sign in to comment.