Skip to content

Commit

Permalink
[SCSB-155] build with Numpy 2.0 (#127)
Browse files Browse the repository at this point in the history
* pin `numpy>=2.0.0rc2` in `build-system.requires`

* use full release
  • Loading branch information
zacharyburnett authored Jul 3, 2024
1 parent b78800a commit 2bf1f6b
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 @@ -72,7 +72,7 @@ requires = [
"setuptools_scm[toml] >=3.4",
"wheel",
"Cython >=0.29.21",
"numpy >=1.18",
"numpy >=2.0.0",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 2bf1f6b

Please sign in to comment.