Skip to content

Commit

Permalink
BLD: depend on numpy>=2.1.0rc1 for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Aug 11, 2024
1 parent df7f209 commit 47851a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ requires = [
# Note that building against numpy 1.x works fine too - users and
# redistributors can do this by installing the numpy version they like and
# disabling build isolation.
"numpy>=2.0.0b1",
"numpy>=2.0.0; python_version<'3.13'",
"numpy>=2.1.0.rc1; python_version>='3.13'",
]

[project]
Expand Down

0 comments on commit 47851a9

Please sign in to comment.