Skip to content

Commit 96d61fa

Browse files
committed
drop python < 3.14 pin for numba
1 parent 7b92f9a commit 96d61fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ matcalc = [
101101
"matgl>=2.0.4; python_version<'3.13'",
102102
]
103103
mlp = ["matgl>=2.0.4 ; python_version<'3.13'"]
104-
numba = ["numba>=0.55; python_version<'3.14'"]
104+
numba = ["numba>=0.55"]
105105
numpy-v1 = ["numpy>=1.25.0,<2"] # Test NP1 on Windows (quite buggy ATM)
106106
optional = [
107107
"pymatgen[abinit,ase,matcalc,mlp,tblite,zeopp]",
@@ -113,7 +113,7 @@ optional = [
113113
"f90nml>=1.1.2",
114114
"galore>=0.6.1",
115115
"h5py>=3.11.0",
116-
"hiphive>=1.3.1; python_version<'3.14'",
116+
"hiphive>=1.3.1",
117117
"jarvis-tools>=2020.7.14",
118118
"phonopy>=2.33.3",
119119
"seekpath>=2.0.1",

0 commit comments

Comments
 (0)