Skip to content

Commit

Permalink
Merge pull request #173 from jakevdp:numpy-dep
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 667648375
  • Loading branch information
The ml_dtypes Authors committed Aug 26, 2024
2 parents 6c9775f + d4e6d03 commit 35ab0ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.
"numpy~=2.0.0",
"setuptools~=70.1.1",
# We build against the most recent supported NumPy 2.0 release;
# see https://github.com/numpy/numpy/issues/27265
"numpy~=2.0",
"setuptools~=73.0.1",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 35ab0ec

Please sign in to comment.