Skip to content

Commit

Permalink
TST: pin runtime requirement to numpy>=2.0.0rc1 to see which of our o…
Browse files Browse the repository at this point in the history
…ptional dependencies still lack compat
  • Loading branch information
neutrinoceros committed Apr 12, 2024
1 parent 6d121f5 commit b4c1592
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 @@ -48,7 +48,7 @@ dependencies = [
"ipywidgets>=8.0.0",
"matplotlib>=3.5",
"more-itertools>=8.4",
"numpy>=1.19.3, <3", # keep minimal requirement in sync with NPY_TARGET_VERSION
"numpy>=2.0.0rc1, <3", # keep minimal requirement in sync with NPY_TARGET_VERSION
"packaging>=20.9",
"pillow>=8.0.0",
"tomli-w>=0.4.0",
Expand Down

0 comments on commit b4c1592

Please sign in to comment.