Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: materialsproject/emmet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8894023ef2366820a8bbb81fb08791c4ffdc65d4
Choose a base ref
..
head repository: materialsproject/emmet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5d412b97b42043ba72dbe31db0f061236ccd1fb3
Choose a head ref
Showing with 11 additions and 11 deletions.
  1. +8 −8 emmet-api/requirements/deployment.txt
  2. +1 −1 emmet-api/setup.py
  3. +2 −2 emmet-core/requirements/deployment.txt
16 changes: 8 additions & 8 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
@@ -21,11 +21,11 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.49
boto3==1.35.54
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.35.49
botocore==1.35.54
# via
# boto3
# s3transfer
@@ -47,7 +47,7 @@ cryptography==43.0.3
# via paramiko
cycler==0.12.1
# via matplotlib
ddtrace==2.14.4
ddtrace==2.15.1
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
@@ -138,7 +138,7 @@ numpy==1.26.4
# tifffile
opentelemetry-api==1.27.0
# via ddtrace
orjson==3.10.10
orjson==3.10.11
# via maggma
packaging==24.1
# via
@@ -180,13 +180,13 @@ pydantic==2.9.2
# pydantic-settings
pydantic-core==2.23.4
# via pydantic
pydantic-settings==2.6.0
pydantic-settings==2.6.1
# via
# emmet-core
# maggma
pydash==8.0.3
pydash==8.0.4
# via maggma
pymatgen==2024.10.27
pymatgen==2024.10.29
# via
# emmet-core
# mp-pyrho
@@ -224,7 +224,7 @@ referencing==0.35.1
# jsonschema-specifications
requests==2.32.3
# via pymatgen
rpds-py==0.20.0
rpds-py==0.20.1
# via
# jsonschema
# referencing
2 changes: 1 addition & 1 deletion emmet-api/setup.py
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
"shapely",
"asgi-logger",
"pymatgen-analysis-alloys>=0.0.3",
"pymatgen-analysis-defects>=2024.7.18",
"pymatgen-analysis-defects>=2024.10.22",
],
extras_require={
"test": [
4 changes: 2 additions & 2 deletions emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
@@ -71,9 +71,9 @@ pydantic==2.9.2
# pydantic-settings
pydantic-core==2.23.4
# via pydantic
pydantic-settings==2.6.0
pydantic-settings==2.6.1
# via emmet-core (emmet/emmet-core/setup.py)
pymatgen==2024.10.27
pymatgen==2024.10.29
# via emmet-core (emmet/emmet-core/setup.py)
pyparsing==3.2.0
# via matplotlib