Skip to content

Commit

Permalink
starting work on fixing numpy/scipy incompatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
odedstein committed Sep 10, 2024
1 parent b005d32 commit 231d0f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
build-verbosity = "3"
[build-system]
requires = [
"numpy<=1.96.0",
"scipy",
"numpy>=1.16.5,<2.2",
"scipy>=1.6,<1.15",
"setuptools>=42",
"wheel",
"cmake>=3.16",
Expand Down

0 comments on commit 231d0f7

Please sign in to comment.