Skip to content

Commit

Permalink
ADD: Support build wheels for numpy 2.0 (#1555)
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Sherman <zsherman@anl.gov>
  • Loading branch information
mgrover1 and zssherman committed Apr 11, 2024
1 parent 5328bee commit 50df800
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 @@ -4,7 +4,7 @@ requires = [
"setuptools_scm>=6.2",
"wheel",
"cython",
"oldest-supported-numpy"
"numpy>=2.0.0rc1"
]

[tool.black]
Expand Down

0 comments on commit 50df800

Please sign in to comment.