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 Apr 8, 2024
1 parent 3e13879 commit 5081fc1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
joblib==1.3.2
joblib==1.4.0
# via pymatgen
json2html==1.3.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand Down Expand Up @@ -288,7 +288,7 @@ nest-asyncio==1.6.0
# jupyter-client
# nbclassic
# notebook
networkx==3.2.1
networkx==3.3
# via pymatgen
notebook==6.5.6
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand Down Expand Up @@ -454,7 +454,7 @@ scipy==1.13.0
# pymatgen
semantic-version==2.10.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
send2trash==1.8.2
send2trash==1.8.3
# via
# jupyter-server
# nbclassic
Expand Down
4 changes: 2 additions & 2 deletions mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ isoduration==20.11.0
# via jsonschema
jedi==0.19.1
# via ipython
joblib==1.3.2
joblib==1.4.0
# via pymatgen
json2html==1.3.0
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
Expand Down Expand Up @@ -92,7 +92,7 @@ msgpack==1.0.8
# via
# bravado
# bravado-core
networkx==3.2.1
networkx==3.3
# via pymatgen
numpy==1.26.4
# via
Expand Down
6 changes: 3 additions & 3 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jinja2==3.1.3
# via
# jupyter-server
# nbconvert
joblib==1.3.2
joblib==1.4.0
# via pymatgen
json2html==1.3.0
# via mpcontribs-client
Expand Down Expand Up @@ -200,7 +200,7 @@ nbformat==5.10.4
# nbconvert
nest-asyncio==1.6.0
# via ipykernel
networkx==3.2.1
networkx==3.3
# via pymatgen
numpy==1.26.4
# via
Expand Down Expand Up @@ -339,7 +339,7 @@ scipy==1.13.0
# pymatgen
semantic-version==2.10.0
# via mpcontribs-client
send2trash==1.8.2
send2trash==1.8.3
# via jupyter-server
simplejson==3.19.2
# via
Expand Down
4 changes: 2 additions & 2 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
joblib==1.3.2
joblib==1.4.0
# via pymatgen
json2html==1.3.0
# via
Expand Down Expand Up @@ -206,7 +206,7 @@ nbformat==5.10.4
# nbconvert
nest-asyncio==1.6.0
# via ipykernel
networkx==3.2.1
networkx==3.3
# via pymatgen
numpy==1.26.4
# via
Expand Down

0 comments on commit 5081fc1

Please sign in to comment.