@@ -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"]
9999matcalc = [
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]
103103mlp = [" 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)
106106optional = [
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
326326exclude = [" **/tests" ]
327327
328328[tool .uv ]
329- # TODO: remove `docs` group once doc generation is automated
329+ # TODO: remove `docs` once doc generation is automated
330330default-groups = [" dev" , " test" , " lint" , " docs" ]
331331
332332[dependency-groups ]
0 commit comments