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 Aug 21, 2023
1 parent 7b2fe70 commit b4a864b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 24 deletions.
18 changes: 9 additions & 9 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.28.27
boto3==1.28.30
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.31.27
botocore==1.31.30
# via
# boto3
# s3transfer
Expand All @@ -38,7 +38,7 @@ cffi==1.15.1
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via
# flask
# mongogrant
Expand All @@ -59,7 +59,7 @@ dnspython==2.4.2
# via
# maggma
# pymongo
emmet-core[all]==0.64.4
emmet-core[all]==0.64.6
# via
# emmet-api (emmet/emmet-api/setup.py)
# mp-api
Expand All @@ -75,7 +75,7 @@ fastapi==0.101.1
# maggma
flask==2.3.2
# via mongogrant
fonttools==4.42.0
fonttools==4.42.1
# via matplotlib
future==0.18.3
# via
Expand Down Expand Up @@ -138,7 +138,7 @@ monty==2023.8.8
# mp-api
# pymatgen
# robocrys
mp-api==0.34.2
mp-api==0.34.3
# via pymatgen
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -186,9 +186,9 @@ paramiko==3.3.1
# via sshtunnel
pillow==10.0.0
# via matplotlib
plotly==5.16.0
plotly==5.16.1
# via pymatgen
protobuf==4.24.0
protobuf==4.24.1
# via
# ddsketch
# ddtrace
Expand Down Expand Up @@ -270,7 +270,7 @@ s3transfer==0.6.2
# via boto3
scikit-learn==1.3.0
# via matminer
scipy==1.11.1
scipy==1.11.2
# via
# -r python/requirements.txt
# pymatgen
Expand Down
19 changes: 9 additions & 10 deletions emmet-builders/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.28.27
boto3==1.28.30
# via maggma
botocore==1.31.27
botocore==1.31.30
# via
# boto3
# s3transfer
Expand All @@ -30,7 +30,7 @@ cffi==1.15.1
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via
# flask
# mongogrant
Expand All @@ -44,7 +44,7 @@ dnspython==2.4.2
# via
# maggma
# pymongo
emmet-core[all]==0.64.4
emmet-core[all]==0.64.6
# via
# emmet-builders (emmet/emmet-builders/setup.py)
# mp-api
Expand All @@ -54,7 +54,7 @@ fastapi==0.101.1
# via maggma
flask==2.3.2
# via mongogrant
fonttools==4.42.0
fonttools==4.42.1
# via matplotlib
future==0.18.3
# via
Expand Down Expand Up @@ -113,7 +113,7 @@ monty==2023.8.8
# mp-api
# pymatgen
# robocrys
mp-api==0.34.2
mp-api==0.34.3
# via pymatgen
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -158,7 +158,7 @@ paramiko==3.3.1
# via sshtunnel
pillow==10.0.0
# via matplotlib
plotly==5.16.0
plotly==5.16.1
# via pymatgen
pubchempy==1.0.4
# via robocrys
Expand All @@ -178,9 +178,8 @@ pydantic==1.10.12
# pymatgen
pydash==7.0.6
# via maggma
pymatgen==2023.7.20
pymatgen==2023.8.10
# via
# emmet-builders (emmet/emmet-builders/setup.py)
# emmet-core
# matminer
# mp-api
Expand Down Expand Up @@ -239,7 +238,7 @@ s3transfer==0.6.2
# via boto3
scikit-learn==1.3.0
# via matminer
scipy==1.11.1
scipy==1.11.2
# via
# -r python/requirements.txt
# pymatgen
Expand Down
10 changes: 5 additions & 5 deletions emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ contourpy==1.1.0
# via matplotlib
cycler==0.11.0
# via matplotlib
emmet-core==0.64.4
emmet-core==0.64.6
# via mp-api
fonttools==4.42.0
fonttools==4.42.1
# via matplotlib
future==0.18.3
# via uncertainties
Expand All @@ -36,7 +36,7 @@ monty==2023.8.8
# emmet-core (emmet/emmet-core/setup.py)
# mp-api
# pymatgen
mp-api==0.34.2
mp-api==0.34.3
# via pymatgen
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -65,7 +65,7 @@ pandas==1.5.3
# pymatgen
pillow==10.0.0
# via matplotlib
plotly==5.16.0
plotly==5.16.1
# via pymatgen
pybtex==0.24.0
# via
Expand Down Expand Up @@ -100,7 +100,7 @@ ruamel-yaml==0.17.32
# via pymatgen
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
scipy==1.11.1
scipy==1.11.2
# via
# -r python/requirements.txt
# pymatgen
Expand Down

0 comments on commit b4a864b

Please sign in to comment.