Skip to content

Commit

Permalink
update pyproject.toml for numpy 2.0.0 #307
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Jun 17, 2024
1 parent aeb6733 commit 8542378
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 @@ -4,5 +4,6 @@ requires = [
"wheel",
"cython>=0.23.3",
'oldest-supported-numpy; os_name != "nt" and python_version < "3.9"',
'numpy>=2.0.0; os_name == "nt" and python_version >= "3.9"',
'numpy; os_name == "nt" and python_version < "3.9"',
'numpy>=2.0.0; python_version >= "3.9"',
]

0 comments on commit 8542378

Please sign in to comment.