Skip to content

Commit 455e0ef

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies = [
6565
"pybtex>=0.24.0",
6666
"requests>=2.32",
6767
"ruamel.yaml>=0.17.0",
68-
"scipy>=1.13.0",
68+
"scipy>=1.14.1",
6969
# scipy<1.14.1 is incompatible with NumPy 2.0 on Windows
7070
# https://github.com/scipy/scipy/issues/21052
7171
"scipy>=1.14.1; platform_system == 'Windows'",

0 commit comments

Comments
 (0)