Skip to content

Commit

Permalink
try to expand numpy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Jun 20, 2024
1 parent a0ccf5e commit a157c81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
requires = ["setuptools",
"wheel",
"cython",
"numpy>=2.0.0"]
"numpy>=2.0.0; python_version>='3.9'",
"oldest_supported_numpy; python_version<'3.9'"]]

0 comments on commit a157c81

Please sign in to comment.