Skip to content

Commit 41206f0

Browse files
committed
remove pin for pure python analysis-alloy
1 parent 13d56be commit 41206f0

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

pyproject.toml

Lines changed: 4 additions & 4 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; python_version<'3.14'",
100+
"matcalc>=0.4.0; python_version<'3.13'",
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; python_version<'3.14'",
109+
"pymatgen-analysis-alloys",
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",
115115
"h5py>=3.11.0; python_version<'3.14'",
116116
"hiphive>=1.3.1; python_version<'3.14'",
117-
"jarvis-tools>=2020.7.14; python_version<'3.14'",
117+
"jarvis-tools>=2020.7.14",
118118
"phonopy>=2.33.3; python_version<'3.14'",
119119
"seekpath>=2.0.1",
120120
]
@@ -326,7 +326,7 @@ reportInvalidTypeForm = false
326326
exclude = ["**/tests"]
327327

328328
[tool.uv]
329-
# TODO: remove `docs` group once doc generation is automated
329+
# TODO: remove `docs` once doc generation is automated
330330
default-groups = ["dev", "test", "lint", "docs"]
331331

332332
[dependency-groups]

uv.lock

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

0 commit comments

Comments
 (0)