Skip to content

Commit a8a765a

Browse files
committed
bump scipy to support python 3.13
1 parent 960a44b commit a8a765a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,7 @@ dependencies = [
6565
"pybtex>=0.24.0",
6666
"requests>=2.32",
6767
"ruamel.yaml>=0.17.0",
68-
"scipy>=1.13.0",
69-
# scipy<1.14.1 is incompatible with NumPy 2.0 on Windows
70-
# https://github.com/scipy/scipy/issues/21052
71-
"scipy>=1.14.1; platform_system == 'Windows'",
68+
"scipy>=1.14.1",
7269
"spglib>=2.5.0",
7370
"sympy>=1.2",
7471
"tabulate>=0.9",

0 commit comments

Comments
 (0)