Skip to content

Commit

Permalink
Merge pull request #158 from jakevdp:fix-build
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 647023682
  • Loading branch information
The ml_dtypes Authors committed Jun 26, 2024
2 parents 2147b52 + b969f76 commit 0d69946
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ pyink-use-majority-quotes = true

[build-system]
requires = [
# TODO(phawkins): update this to 2.0.0 after its release.
"numpy==2.0.0rc1",
"setuptools~=68.1.0",
# 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",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 0d69946

Please sign in to comment.