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 Feb 2, 2024
1 parent 264f03e commit 8142a6a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
14 changes: 7 additions & 7 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ bcrypt==4.1.2
# via paramiko
blinker==1.7.0
# via flask
boto3==1.34.29
boto3==1.34.34
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.29
botocore==1.34.34
# via
# boto3
# s3transfer
bytecode==0.15.1
# via ddtrace
cattrs==23.2.3
# via ddtrace
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via
Expand All @@ -53,7 +53,7 @@ click==8.1.7
# uvicorn
contourpy==1.2.0
# via matplotlib
cryptography==42.0.1
cryptography==42.0.2
# via paramiko
cycler==0.12.1
# via matplotlib
Expand Down Expand Up @@ -123,9 +123,9 @@ kiwisolver==1.4.5
# via matplotlib
latexcodec==2.0.1
# via pybtex
maggma==0.61.0
maggma==0.62.0
# via emmet-api (emmet/emmet-api/setup.py)
markupsafe==2.1.4
markupsafe==2.1.5
# via
# jinja2
# werkzeug
Expand Down Expand Up @@ -258,7 +258,7 @@ python-dateutil==2.8.2
# pandas
python-dotenv==1.0.1
# via pydantic-settings
pytz==2023.4
pytz==2024.1
# via pandas
pyyaml==6.0.1
# via
Expand Down
26 changes: 13 additions & 13 deletions emmet-builders/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=emmet/emmet-builders/requirements/deployment.txt emmet/emmet-builders/setup.py python/requirements.txt
#
aiohttp==3.9.2
aiohttp==3.9.3
# via fsspec
aioitertools==0.11.0
# via maggma
Expand All @@ -30,13 +30,13 @@ bcrypt==4.1.2
# via paramiko
blinker==1.7.0
# via flask
boto3==1.34.29
boto3==1.34.34
# via maggma
botocore==1.34.29
botocore==1.34.34
# via
# boto3
# s3transfer
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via
Expand All @@ -53,7 +53,7 @@ click==8.1.7
# uvicorn
contourpy==1.2.0
# via matplotlib
cryptography==42.0.1
cryptography==42.0.2
# via paramiko
cycler==0.12.1
# via matplotlib
Expand Down Expand Up @@ -130,9 +130,9 @@ lightning-utilities==0.10.1
# via
# pytorch-lightning
# torchmetrics
maggma==0.61.0
maggma==0.62.0
# via emmet-builders (emmet/emmet-builders/setup.py)
markupsafe==2.1.4
markupsafe==2.1.5
# via
# jinja2
# werkzeug
Expand Down Expand Up @@ -165,7 +165,7 @@ mpmath==1.3.0
# via sympy
msgpack==1.0.7
# via maggma
multidict==6.0.4
multidict==6.0.5
# via
# aiohttp
# yarl
Expand Down Expand Up @@ -222,7 +222,7 @@ nvidia-cusparse-cu12==12.1.0.106
# torch
nvidia-ml-py3==7.352.0
# via chgnet
nvidia-nccl-cu12==2.18.1
nvidia-nccl-cu12==2.19.3
# via torch
nvidia-nvjitlink-cu12==12.3.101
# via
Expand Down Expand Up @@ -312,9 +312,9 @@ python-dateutil==2.8.2
# pandas
python-dotenv==1.0.1
# via pydantic-settings
pytorch-lightning==2.1.3
pytorch-lightning==2.1.4
# via matgl
pytz==2023.4
pytz==2024.1
# via pandas
pyyaml==6.0.1
# via
Expand Down Expand Up @@ -393,7 +393,7 @@ tenacity==8.2.3
# via plotly
threadpoolctl==3.2.0
# via scikit-learn
torch==2.1.2
torch==2.2.0
# via
# chgnet
# matgl
Expand All @@ -408,7 +408,7 @@ tqdm==4.66.1
# matminer
# pymatgen
# pytorch-lightning
triton==2.1.0
triton==2.2.0
# via torch
typing-extensions==4.9.0
# via
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 @@ -6,7 +6,7 @@
#
annotated-types==0.6.0
# via pydantic
certifi==2023.11.17
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -83,7 +83,7 @@ python-dateutil==2.8.2
# pandas
python-dotenv==1.0.1
# via pydantic-settings
pytz==2023.4
pytz==2024.1
# via pandas
pyyaml==6.0.1
# via pybtex
Expand Down Expand Up @@ -119,5 +119,5 @@ typing-extensions==4.9.0
# pydantic-core
uncertainties==3.1.7
# via pymatgen
urllib3==2.1.0
urllib3==2.2.0
# via requests

0 comments on commit 8142a6a

Please sign in to comment.