Skip to content

Commit

Permalink
bump scipy to support python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Oct 10, 2024
1 parent 960a44b commit 455e0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies = [
"pybtex>=0.24.0",
"requests>=2.32",
"ruamel.yaml>=0.17.0",
"scipy>=1.13.0",
"scipy>=1.14.1",
# scipy<1.14.1 is incompatible with NumPy 2.0 on Windows
# https://github.com/scipy/scipy/issues/21052
"scipy>=1.14.1; platform_system == 'Windows'",
Expand Down

0 comments on commit 455e0ef

Please sign in to comment.