Skip to content

Commit

Permalink
Pin to NumPy <3 (#658)
Browse files Browse the repository at this point in the history
This change is as discussed between Jamie, Fabian and me; and
subsequently posted publicly in
#643 (comment).
Pinning to NumPy <= 2.3 would also be an ideal option, but we have opted
for a more relaxed pin to NumPy <3, owing to the fact that we have
limited availability to add new features and hence fewer chances of
anything major breaking.

This change is being merged after #643, and has been split from it
because it is not directly related to the proposition of adding tests
against nightly dependencies.
  • Loading branch information
agriyakhetarpal authored Dec 2, 2024
1 parent b204c2f commit b6e431e
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 @@ -44,7 +44,7 @@ keywords = [
"SciPy",
]
dependencies = [
"numpy",
"numpy<3",
]
# dynamic = ["version"]

Expand Down

0 comments on commit b6e431e

Please sign in to comment.