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 a48cd81 commit f16ba2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ fastapi==0.110.1
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
flask==3.0.2
flask==3.0.3
# via mongogrant
fonttools==4.51.0
# via matplotlib
Expand All @@ -101,7 +101,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
joblib==1.3.2
joblib==1.4.0
# via pymatgen
jsonschema==4.21.1
# via maggma
Expand Down Expand Up @@ -134,7 +134,7 @@ mpmath==1.3.0
# via sympy
msgpack==1.0.8
# via maggma
networkx==3.2.1
networkx==3.3
# via pymatgen
numpy==1.26.4
# via
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 @@ -20,7 +20,7 @@ future==1.0.0
# via uncertainties
idna==3.6
# via requests
joblib==1.3.2
joblib==1.4.0
# via pymatgen
kiwisolver==1.4.5
# via matplotlib
Expand All @@ -36,7 +36,7 @@ monty==2024.3.31
# pymatgen
mpmath==1.3.0
# via sympy
networkx==3.2.1
networkx==3.3
# via pymatgen
numpy==1.26.4
# via
Expand Down

0 comments on commit f16ba2d

Please sign in to comment.