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 Nov 13, 2023
1 parent d156c41 commit 4adefc0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ bcrypt==4.0.1
# via paramiko
blinker==1.7.0
# via flask
boto3==1.28.80
boto3==1.28.84
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.31.80
botocore==1.31.84
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -69,7 +69,7 @@ dnspython==2.4.2
# via
# maggma
# pymongo
emmet-core[all]==0.72.16
emmet-core[all]==0.72.20
# via emmet-api (emmet/emmet-api/setup.py)
envier==0.4.0
# via ddtrace
Expand Down Expand Up @@ -125,7 +125,7 @@ kiwisolver==1.4.5
# via matplotlib
latexcodec==2.0.1
# via pybtex
maggma==0.57.7
maggma==0.57.8
# via emmet-api (emmet/emmet-api/setup.py)
markupsafe==2.1.3
# via
Expand Down Expand Up @@ -160,7 +160,7 @@ networkx==3.2.1
# via
# pymatgen
# robocrys
numpy==1.26.1
numpy==1.26.2
# via
# -r python/requirements.txt
# ase
Expand Down Expand Up @@ -231,7 +231,7 @@ pydantic-settings==2.0.3
# maggma
pydash==7.0.6
# via maggma
pymatgen==2023.10.11
pymatgen==2023.11.12
# via
# emmet-core
# matcalc
Expand Down Expand Up @@ -367,7 +367,7 @@ uvicorn==0.24.0.post1
# via maggma
werkzeug==3.0.1
# via flask
wrapt==1.15.0
wrapt==1.16.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
Expand Down
12 changes: 6 additions & 6 deletions emmet-builders/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ bcrypt==4.0.1
# via paramiko
blinker==1.7.0
# via flask
boto3==1.28.80
boto3==1.28.84
# via maggma
botocore==1.31.80
botocore==1.31.84
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -69,7 +69,7 @@ dnspython==2.4.2
# via
# maggma
# pymongo
emmet-core[all,ml]==0.72.16
emmet-core[all,ml]==0.72.20
# via emmet-builders (emmet/emmet-builders/setup.py)
exceptiongroup==1.1.3
# via anyio
Expand Down Expand Up @@ -134,7 +134,7 @@ lightning-utilities==0.9.0
# via
# pytorch-lightning
# torchmetrics
maggma==0.57.7
maggma==0.57.8
# via emmet-builders (emmet/emmet-builders/setup.py)
markupsafe==2.1.3
# via
Expand Down Expand Up @@ -179,7 +179,7 @@ networkx==3.2.1
# pymatgen
# robocrys
# torch
numpy==1.26.1
numpy==1.26.2
# via
# -r python/requirements.txt
# ase
Expand Down Expand Up @@ -284,7 +284,7 @@ pydantic-settings==2.0.3
# maggma
pydash==7.0.6
# via maggma
pymatgen==2023.10.11
pymatgen==2023.11.12
# via
# chgnet
# emmet-core
Expand Down
6 changes: 3 additions & 3 deletions emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mpmath==1.3.0
# via sympy
networkx==3.2.1
# via pymatgen
numpy==1.26.1
numpy==1.26.2
# via
# -r python/requirements.txt
# contourpy
Expand Down Expand Up @@ -73,7 +73,7 @@ pydantic-core==2.10.1
# via pydantic
pydantic-settings==2.0.3
# via emmet-core (emmet/emmet-core/setup.py)
pymatgen==2023.10.11
pymatgen==2023.11.12
# via emmet-core (emmet/emmet-core/setup.py)
pyparsing==3.1.1
# via matplotlib
Expand Down Expand Up @@ -119,5 +119,5 @@ typing-extensions==4.8.0
# pydantic-core
uncertainties==3.1.7
# via pymatgen
urllib3==2.0.7
urllib3==2.1.0
# via requests

0 comments on commit 4adefc0

Please sign in to comment.