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 Dec 11, 2023
1 parent c3555a9 commit e5d359b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ bcrypt==4.1.1
# via paramiko
blinker==1.7.0
# via flask
boto3==1.33.9
boto3==1.33.11
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.33.9
botocore==1.33.11
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -71,7 +71,7 @@ dnspython==2.4.2
# pymongo
emmet-core[all]==0.74.8
# via emmet-api (emmet/emmet-api/setup.py)
envier==0.4.0
envier==0.5.0
# via ddtrace
exceptiongroup==1.2.0
# via
Expand Down Expand Up @@ -268,7 +268,7 @@ pyyaml==6.0.1
# pybtex
pyzmq==25.1.2
# via maggma
referencing==0.31.1
referencing==0.32.0
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -320,7 +320,7 @@ six==1.16.0
# python-dateutil
sniffio==1.3.0
# via anyio
spglib==2.1.0
spglib==2.2.0
# via
# phonopy
# pymatgen
Expand All @@ -345,7 +345,7 @@ tqdm==4.66.1
# maggma
# matminer
# pymatgen
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# asgiref
# cattrs
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 @@ -32,9 +32,9 @@ bcrypt==4.1.1
# via paramiko
blinker==1.7.0
# via flask
boto3==1.33.9
boto3==1.33.11
# via maggma
botocore==1.33.9
botocore==1.33.11
# via
# boto3
# s3transfer
Expand All @@ -46,7 +46,7 @@ cffi==1.16.0
# pynacl
charset-normalizer==3.3.2
# via requests
chgnet==0.3.2
chgnet==0.3.3
# via emmet-core
click==8.1.7
# via
Expand All @@ -61,7 +61,7 @@ cycler==0.12.1
# via matplotlib
cython==3.0.6
# via chgnet
dgl==1.1.2
dgl==1.1.3
# via matgl
dnspython==2.4.2
# via
Expand Down Expand Up @@ -325,7 +325,7 @@ pyyaml==6.0.1
# pytorch-lightning
pyzmq==25.1.2
# via maggma
referencing==0.31.1
referencing==0.32.0
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -374,7 +374,7 @@ six==1.16.0
# python-dateutil
sniffio==1.3.0
# via anyio
spglib==2.1.0
spglib==2.2.0
# via
# phonopy
# pymatgen
Expand Down Expand Up @@ -412,7 +412,7 @@ tqdm==4.66.1
# pytorch-lightning
triton==2.1.0
# via torch
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# emmet-core
# fastapi
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 @@ -102,7 +102,7 @@ six==1.16.0
# latexcodec
# pybtex
# python-dateutil
spglib==2.1.0
spglib==2.2.0
# via pymatgen
sympy==1.12
# via pymatgen
Expand All @@ -112,7 +112,7 @@ tenacity==8.2.3
# via plotly
tqdm==4.66.1
# via pymatgen
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# emmet-core (emmet/emmet-core/setup.py)
# pydantic
Expand Down

0 comments on commit e5d359b

Please sign in to comment.