Skip to content

Commit 5f17a9f

Browse files
committed
matcalc seems installable on python 3.13 and 3.14
1 parent 50b4677 commit 5f17a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.13'",
100+
"matcalc>=0.4.0",
101101
"matgl>=1.2.7; python_version<'3.13'",
102102
]
103103
mlp = ["matgl>=1.2.7 ; python_version<'3.13'"]

0 commit comments

Comments
 (0)