Skip to content

Commit 1b1a373

Browse files
committed
Add upper pin for python version when installing pymatgen
1 parent 717b2d2 commit 1b1a373

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ http-client = [
8383

8484
ase = ["ase~=3.22"]
8585
cif = ["numpy>=1.22,<3.0"]
86-
pymatgen = ["pymatgen>=2022", "pandas~=2.2"]
86+
pymatgen = ["pymatgen >= 2022; python_version < 3.13", "pandas~=2.2"]
8787
jarvis = ["jarvis-tools>=2023.1.8,!=2024.4.20,!=2024.4.30"]
8888
client = ["optimade[cif]"]
8989

requirements-client.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ aiida-core==2.6.2
22
ase==3.23.0
33
jarvis-tools==2024.10.10
44
numpy>=1.20
5-
pymatgen==2024.10.27
5+
pymatgen==2024.10.27; python_version < 3.13

0 commit comments

Comments
 (0)