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 Jan 22, 2024
1 parent 987eb4b commit 973b6a0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ bcrypt==4.1.2
# via paramiko
blinker==1.7.0
# via flask
boto3==1.34.22
boto3==1.34.23
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.22
botocore==1.34.23
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -63,7 +63,7 @@ ddtrace==2.0.10
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
dnspython==2.4.2
dnspython==2.5.0
# via
# maggma
# pymongo
Expand Down Expand Up @@ -115,7 +115,7 @@ joblib==1.3.2
# pymatgen
# pymatgen-analysis-diffusion
# scikit-learn
jsonschema==4.21.0
jsonschema==4.21.1
# via maggma
jsonschema-specifications==2023.12.1
# via jsonschema
Expand All @@ -125,7 +125,7 @@ latexcodec==2.0.1
# via pybtex
maggma==0.61.0
# via emmet-api (emmet/emmet-api/setup.py)
markupsafe==2.1.3
markupsafe==2.1.4
# via
# jinja2
# werkzeug
Expand Down Expand Up @@ -292,7 +292,7 @@ s3transfer==0.10.0
# via boto3
scikit-learn==1.4.0
# via matminer
scipy==1.11.4
scipy==1.12.0
# via
# -r python/requirements.txt
# ase
Expand Down
14 changes: 7 additions & 7 deletions emmet-builders/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ bcrypt==4.1.2
# via paramiko
blinker==1.7.0
# via flask
boto3==1.34.22
boto3==1.34.23
# via maggma
botocore==1.34.22
botocore==1.34.23
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -61,7 +61,7 @@ cython==3.0.8
# via chgnet
dgl==1.1.3
# via matgl
dnspython==2.4.2
dnspython==2.5.0
# via
# maggma
# pymongo
Expand Down Expand Up @@ -118,7 +118,7 @@ joblib==1.3.2
# pymatgen
# pymatgen-analysis-diffusion
# scikit-learn
jsonschema==4.21.0
jsonschema==4.21.1
# via maggma
jsonschema-specifications==2023.12.1
# via jsonschema
Expand All @@ -132,7 +132,7 @@ lightning-utilities==0.10.1
# torchmetrics
maggma==0.61.0
# via emmet-builders (emmet/emmet-builders/setup.py)
markupsafe==2.1.3
markupsafe==2.1.4
# via
# jinja2
# werkzeug
Expand Down Expand Up @@ -255,7 +255,7 @@ pillow==10.2.0
# via matplotlib
plotly==5.18.0
# via pymatgen
psutil==5.9.7
psutil==5.9.8
# via dgl
pubchempy==1.0.4
# via robocrys
Expand Down Expand Up @@ -351,7 +351,7 @@ s3transfer==0.10.0
# via boto3
scikit-learn==1.4.0
# via matminer
scipy==1.11.4
scipy==1.12.0
# via
# -r python/requirements.txt
# ase
Expand Down
2 changes: 1 addition & 1 deletion emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ruamel-yaml==0.18.5
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
scipy==1.11.4
scipy==1.12.0
# via
# -r python/requirements.txt
# pymatgen
Expand Down

0 comments on commit 973b6a0

Please sign in to comment.