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 9, 2023
1 parent 6c82e3a commit fdcc891
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
14 changes: 7 additions & 7 deletions emmet-api/requirements/deployment.txt
Expand Up @@ -15,11 +15,11 @@ attrs==22.2.0
# jsonschema
bcrypt==4.0.1
# via paramiko
boto3==1.26.41
boto3==1.26.45
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.29.41
botocore==1.29.45
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -62,7 +62,7 @@ envier==0.4.0
# via ddtrace
exceptiongroup==1.1.0
# via cattrs
fastapi==0.88.0
fastapi==0.89.0
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
Expand Down Expand Up @@ -138,7 +138,7 @@ msgpack==1.0.4
# via
# maggma
# mp-api
networkx==2.8.8
networkx==3.0
# via
# pymatgen
# robocrys
Expand All @@ -157,9 +157,9 @@ numpy==1.21.6
# seekpath
# shapely
# spglib
orjson==3.8.3
orjson==3.8.4
# via maggma
packaging==22.0
packaging==23.0
# via
# ddtrace
# matplotlib
Expand Down Expand Up @@ -251,7 +251,7 @@ s3transfer==0.6.0
# via boto3
scikit-learn==1.2.0
# via matminer
scipy==1.9.3
scipy==1.10.0
# via
# -r python/requirements.txt
# pymatgen
Expand Down
14 changes: 7 additions & 7 deletions emmet-builders/requirements/deployment.txt
Expand Up @@ -12,9 +12,9 @@ attrs==22.2.0
# via jsonschema
bcrypt==4.0.1
# via paramiko
boto3==1.26.41
boto3==1.26.45
# via maggma
botocore==1.29.41
botocore==1.29.45
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -44,7 +44,7 @@ emmet-core[all]==0.39.6
# via
# emmet-builders (emmet/emmet-builders/setup.py)
# mp-api
fastapi==0.88.0
fastapi==0.89.0
# via maggma
flask==2.2.2
# via mongogrant
Expand Down Expand Up @@ -114,7 +114,7 @@ msgpack==1.0.4
# via
# maggma
# mp-api
networkx==2.8.8
networkx==3.0
# via
# pymatgen
# robocrys
Expand All @@ -133,9 +133,9 @@ numpy==1.21.6
# seekpath
# shapely
# spglib
orjson==3.8.3
orjson==3.8.4
# via maggma
packaging==22.0
packaging==23.0
# via
# matplotlib
# mongomock
Expand Down Expand Up @@ -222,7 +222,7 @@ s3transfer==0.6.0
# via boto3
scikit-learn==1.2.0
# via matminer
scipy==1.9.3
scipy==1.10.0
# via
# -r python/requirements.txt
# pymatgen
Expand Down
7 changes: 4 additions & 3 deletions emmet-core/requirements/deployment.txt
Expand Up @@ -40,18 +40,19 @@ mpmath==1.2.1
# via sympy
msgpack==1.0.4
# via mp-api
networkx==2.8.8
networkx==3.0
# via pymatgen
numpy==1.21.6
# via
# -r python/requirements.txt
# contourpy
# emmet-core (emmet/emmet-core/setup.py)
# matplotlib
# pandas
# pymatgen
# scipy
# spglib
packaging==22.0
packaging==23.0
# via matplotlib
palettable==3.3.0
# via pymatgen
Expand Down Expand Up @@ -95,7 +96,7 @@ ruamel-yaml==0.17.21
# via pymatgen
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
scipy==1.9.3
scipy==1.10.0
# via
# -r python/requirements.txt
# pymatgen
Expand Down

0 comments on commit fdcc891

Please sign in to comment.