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 6, 2025
1 parent a8dbfcb commit 610e09b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aioitertools==0.12.0
# via maggma
annotated-types==0.7.0
# via pydantic
anyio==4.7.0
anyio==4.8.0
# via starlette
asgi-logger==0.1.0
# via emmet-api (emmet/emmet-api/setup.py)
Expand All @@ -21,11 +21,11 @@ attrs==24.3.0
# referencing
bcrypt==4.2.1
# via paramiko
boto3==1.35.90
boto3==1.35.92
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.35.90
botocore==1.35.92
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -103,7 +103,7 @@ matplotlib==3.10.0
# pymatgen
mongomock==4.3.0
# via maggma
monty==2024.12.10
monty==2025.1.3
# via
# emmet-core
# maggma
Expand Down Expand Up @@ -157,7 +157,7 @@ pandas==2.2.3
# pymatgen
paramiko==3.5.0
# via sshtunnel
pillow==11.0.0
pillow==11.1.0
# via
# imageio
# matplotlib
Expand All @@ -180,7 +180,7 @@ pydantic==2.10.4
# pydantic-settings
pydantic-core==2.27.2
# via pydantic
pydantic-settings==2.7.0
pydantic-settings==2.7.1
# via
# emmet-core
# maggma
Expand All @@ -200,7 +200,7 @@ pymongo==4.10.1
# via maggma
pynacl==1.5.0
# via paramiko
pyparsing==3.2.0
pyparsing==3.2.1
# via matplotlib
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -228,7 +228,7 @@ rpds-py==0.22.3
# via
# jsonschema
# referencing
ruamel-yaml==0.18.6
ruamel-yaml==0.18.10
# via
# maggma
# monty
Expand All @@ -239,7 +239,7 @@ s3transfer==0.10.4
# via boto3
scikit-image==0.25.0
# via pymatgen-analysis-defects
scipy==1.14.1
scipy==1.15.0
# via
# -r python/requirements.txt
# pymatgen
Expand Down
12 changes: 6 additions & 6 deletions emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ matplotlib==3.10.0
# via
# -r python/requirements.txt
# pymatgen
monty==2024.12.10
monty==2025.1.3
# via
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
Expand Down Expand Up @@ -57,7 +57,7 @@ pandas==2.2.3
# via
# -r python/requirements.txt
# pymatgen
pillow==11.0.0
pillow==11.1.0
# via matplotlib
plotly==5.24.1
# via pymatgen
Expand All @@ -71,11 +71,11 @@ pydantic==2.10.4
# pydantic-settings
pydantic-core==2.27.2
# via pydantic
pydantic-settings==2.7.0
pydantic-settings==2.7.1
# via emmet-core (emmet/emmet-core/setup.py)
pymatgen==2024.11.13
# via emmet-core (emmet/emmet-core/setup.py)
pyparsing==3.2.0
pyparsing==3.2.1
# via matplotlib
python-dateutil==2.9.0.post0
# via
Expand All @@ -89,13 +89,13 @@ pyyaml==6.0.2
# via pybtex
requests==2.32.3
# via pymatgen
ruamel-yaml==0.18.6
ruamel-yaml==0.18.10
# via
# monty
# pymatgen
ruamel-yaml-clib==0.2.12
# via ruamel-yaml
scipy==1.14.1
scipy==1.15.0
# via
# -r python/requirements.txt
# pymatgen
Expand Down

0 comments on commit 610e09b

Please sign in to comment.