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 Jun 17, 2024
1 parent 690e163 commit 560c3c3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
7 changes: 4 additions & 3 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ blinker==1.8.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boltons==24.0.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boto3==1.34.127
boto3==1.34.128
# via flask-mongorest-mpcontribs
botocore==1.34.127
botocore==1.34.128
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -284,11 +284,12 @@ notebook==6.5.7
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
notebook-shim==0.2.4
# via nbclassic
numpy==2.0.0
numpy==1.26.4
# via
# -r python/requirements.txt
# contourpy
# matplotlib
# mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
# pandas
# pymatgen
# scipy
Expand Down
3 changes: 2 additions & 1 deletion mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,12 @@ msgpack==1.0.8
# bravado-core
networkx==3.3
# via pymatgen
numpy==2.0.0
numpy==1.26.4
# via
# -r python/requirements.txt
# contourpy
# matplotlib
# mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
# pandas
# pymatgen
# scipy
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ nest-asyncio==1.6.0
# via ipykernel
networkx==3.3
# via pymatgen
numpy==2.0.0
numpy==1.26.4
# via
# -r python/requirements.txt
# contourpy
Expand Down
6 changes: 3 additions & 3 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ boltons==24.0.0
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.34.127
boto3==1.34.128
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.34.127
botocore==1.34.128
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -206,7 +206,7 @@ nest-asyncio==1.6.0
# via ipykernel
networkx==3.3
# via pymatgen
numpy==2.0.0
numpy==1.26.4
# via
# -r python/requirements.txt
# contourpy
Expand Down

0 comments on commit 560c3c3

Please sign in to comment.