Skip to content

Commit

Permalink
pymatgen dependency change
Browse files Browse the repository at this point in the history
  • Loading branch information
esoteric-ephemera committed May 21, 2024
1 parent 292c5d3 commit 7ab775f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion emmet-builders/requirements/ubuntu-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ pydash==8.0.1
# via maggma
pygments==2.18.0
# via rich
pymatgen==2024.4.13
pymatgen==2024.5.1
# via
# chgnet
# emmet-core
Expand Down
2 changes: 1 addition & 1 deletion emmet-builders/requirements/ubuntu-latest_py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ pydash==8.0.1
# via maggma
pygments==2.18.0
# via rich
pymatgen==2024.4.13
pymatgen==2024.5.1
# via
# chgnet
# emmet-core
Expand Down
2 changes: 1 addition & 1 deletion emmet-builders/requirements/ubuntu-latest_py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ pydash==8.0.1
# via maggma
pygments==2.18.0
# via rich
pymatgen==2024.4.13
pymatgen==2024.5.1
# via
# chgnet
# emmet-core
Expand Down
2 changes: 1 addition & 1 deletion emmet-core/requirements/ubuntu-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pydantic-core==2.18.2
# via pydantic
pydantic-settings==2.2.1
# via emmet-core (setup.py)
pymatgen==2024.4.13
pymatgen==2024.5.1
# via emmet-core (setup.py)
pyparsing==3.1.2
# via matplotlib
Expand Down
2 changes: 1 addition & 1 deletion emmet-core/requirements/ubuntu-latest_py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pydantic-core==2.18.2
# via pydantic
pydantic-settings==2.2.1
# via emmet-core (setup.py)
pymatgen==2024.4.13
pymatgen==2024.5.1
# via emmet-core (setup.py)
pyparsing==3.1.2
# via matplotlib
Expand Down
2 changes: 1 addition & 1 deletion emmet-core/requirements/ubuntu-latest_py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pydantic-core==2.18.2
# via pydantic
pydantic-settings==2.2.1
# via emmet-core (setup.py)
pymatgen==2024.4.13
pymatgen==2024.5.1
# via emmet-core (setup.py)
pyparsing==3.1.2
# via matplotlib
Expand Down
2 changes: 1 addition & 1 deletion emmet-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
include_package_data=True,
install_requires=[
"pymatgen>=2023.10.11",
"pymatgen<=2024.4.13",
"monty>=2024.2.2",
"pydantic>=2.0",
"pydantic-settings>=2.0",
Expand Down

0 comments on commit 7ab775f

Please sign in to comment.