Skip to content

Commit 3e8c458

Browse files
committed
skip more packages that doesn't support 3.14 now
1 parent 5f17a9f commit 3e8c458

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ ase = ["ase>=3.23.0"]
9797
# https://github.com/scott-maddox/fdint/issues/21
9898
# electronic_structure = ["fdint>=2.0.2"]
9999
matcalc = [
100-
"matcalc>=0.4.0",
100+
"matcalc>=0.4.0; python_version<'3.14'",
101101
"matgl>=1.2.7; python_version<'3.13'",
102102
]
103103
mlp = ["matgl>=1.2.7 ; python_version<'3.13'"]
@@ -106,15 +106,15 @@ numpy-v1 = ["numpy>=1.25.0,<2"] # Test NP1 on Windows (quite buggy ATM)
106106
optional = [
107107
"pymatgen[abinit,ase,matcalc,mlp,tblite,zeopp]",
108108
"beautifulsoup4",
109-
"pymatgen-analysis-alloys",
109+
"pymatgen-analysis-alloys; python_version<'3.14'",
110110
# PR4347: BoltzTraP2 needs to bump cmake version for spglib build
111111
# "BoltzTraP2>=24.9.4",
112112
"chemview>=0.6",
113113
"f90nml>=1.1.2",
114114
"galore>=0.6.1",
115-
"h5py>=3.11.0",
115+
"h5py>=3.11.0; python_version<'3.14'",
116116
"hiphive>=1.3.1; python_version<'3.14'",
117-
"jarvis-tools>=2020.7.14",
117+
"jarvis-tools>=2020.7.14; python_version<'3.14'",
118118
"phonopy>=2.33.3",
119119
"seekpath>=2.0.1",
120120
]
@@ -124,7 +124,7 @@ symmetry = ["moyopy[interface]>=0.3", "spglib>=2.5"]
124124
# tblite only support Python 3.12+ through conda-forge
125125
# https://github.com/tblite/tblite/issues/175
126126
tblite = ["tblite[ase]>=0.3.0; platform_system=='Linux' and python_version<'3.12'"]
127-
vis = ["vtk>=6.0.0"]
127+
vis = ["vtk>=6.0.0; python_version<'3.14'"]
128128
zeopp = ["pyzeo; platform_system != 'Windows'"] # Note: requires Voro++ and Zeo++ to be installed
129129

130130
[project.scripts]

uv.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)