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 19, 2024
1 parent 8d8beb6 commit 987eb4b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 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.19
boto3==1.34.22
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.19
botocore==1.34.22
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -79,7 +79,7 @@ fastapi==0.109.0
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
flask==3.0.0
flask==3.0.1
# via mongogrant
fonttools==4.47.2
# via matplotlib
Expand Down Expand Up @@ -115,15 +115,15 @@ joblib==1.3.2
# pymatgen
# pymatgen-analysis-diffusion
# scikit-learn
jsonschema==4.20.0
jsonschema==4.21.0
# via maggma
jsonschema-specifications==2023.12.1
# via jsonschema
kiwisolver==1.4.5
# via matplotlib
latexcodec==2.0.1
# via pybtex
maggma==0.60.2
maggma==0.61.0
# via emmet-api (emmet/emmet-api/setup.py)
markupsafe==2.1.3
# via
Expand Down Expand Up @@ -178,7 +178,7 @@ numpy==1.26.3
# spglib
opentelemetry-api==1.22.0
# via ddtrace
orjson==3.9.10
orjson==3.9.12
# via maggma
packaging==23.2
# via
Expand Down Expand Up @@ -290,7 +290,7 @@ ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.10.0
# via boto3
scikit-learn==1.3.2
scikit-learn==1.4.0
# via matminer
scipy==1.11.4
# via
Expand Down Expand Up @@ -362,7 +362,7 @@ urllib3==2.0.7
# via
# botocore
# requests
uvicorn==0.25.0
uvicorn==0.26.0
# via maggma
werkzeug==3.0.1
# via flask
Expand Down
20 changes: 10 additions & 10 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.19
boto3==1.34.22
# via maggma
botocore==1.34.19
botocore==1.34.22
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -75,7 +75,7 @@ filelock==3.13.1
# via
# torch
# triton
flask==3.0.0
flask==3.0.1
# via mongogrant
fonttools==4.47.2
# via matplotlib
Expand Down Expand Up @@ -118,19 +118,19 @@ joblib==1.3.2
# pymatgen
# pymatgen-analysis-diffusion
# scikit-learn
jsonschema==4.20.0
jsonschema==4.21.0
# via maggma
jsonschema-specifications==2023.12.1
# via jsonschema
kiwisolver==1.4.5
# via matplotlib
latexcodec==2.0.1
# via pybtex
lightning-utilities==0.10.0
lightning-utilities==0.10.1
# via
# pytorch-lightning
# torchmetrics
maggma==0.60.2
maggma==0.61.0
# via emmet-builders (emmet/emmet-builders/setup.py)
markupsafe==2.1.3
# via
Expand Down Expand Up @@ -230,7 +230,7 @@ nvidia-nvjitlink-cu12==12.3.101
# nvidia-cusparse-cu12
nvidia-nvtx-cu12==12.1.105
# via torch
orjson==3.9.10
orjson==3.9.12
# via maggma
packaging==23.2
# via
Expand Down Expand Up @@ -349,7 +349,7 @@ ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.10.0
# via boto3
scikit-learn==1.3.2
scikit-learn==1.4.0
# via matminer
scipy==1.11.4
# via
Expand Down Expand Up @@ -399,7 +399,7 @@ torch==2.1.2
# matgl
# pytorch-lightning
# torchmetrics
torchmetrics==1.3.0
torchmetrics==1.3.0.post0
# via pytorch-lightning
tqdm==4.66.1
# via
Expand Down Expand Up @@ -429,7 +429,7 @@ urllib3==2.0.7
# via
# botocore
# requests
uvicorn==0.25.0
uvicorn==0.26.0
# via maggma
werkzeug==3.0.1
# via flask
Expand Down

0 comments on commit 987eb4b

Please sign in to comment.