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 a8a765a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ dependencies = [
"pybtex>=0.24.0",
"requests>=2.32",
"ruamel.yaml>=0.17.0",
"scipy>=1.13.0",
# 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'",
"scipy>=1.14.1",
"spglib>=2.5.0",
"sympy>=1.2",
"tabulate>=0.9",
Expand Down

0 comments on commit a8a765a

Please sign in to comment.