Skip to content

Commit

Permalink
remove upper bound from numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
jkittner committed Oct 24, 2024
1 parent 265dd5d commit a02747d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
numpy_constraints = (
">=1.15",
"!=1.17.0",
# TODO: drop this once all deps support numpy 2.0
# see https://github.com/dask/crick/issues/53
"<2",
)
numpy_version = ",".join(numpy_constraints)

Expand Down

0 comments on commit a02747d

Please sign in to comment.