Skip to content

Commit

Permalink
CI: build against the most recent NumPy 2.X release
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Aug 26, 2024
1 parent 6c9775f commit 9ceb43d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ pyink-use-majority-quotes = true

[build-system]
requires = [
# We must build against NumPy 2.0 for the resulting wheels to
# be compatible with both NumPy 1.X and 2.X.
# We build against the most recent supported NumPy 2.0 release;
# see https://github.com/numpy/numpy/issues/27265
"numpy~=2.0.0",
"setuptools~=70.1.1",
"setuptools~=73.0.1",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 9ceb43d

Please sign in to comment.