Skip to content

Commit

Permalink
Merge pull request #3056 from h-mayorquin/sit_down_and_relax_numpy
Browse files Browse the repository at this point in the history
Relax numpy
  • Loading branch information
alejoe91 authored Jun 21, 2024
2 parents 9795d40 + 16dd4c7 commit 44d8e33
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 @@ -20,7 +20,7 @@ classifiers = [


dependencies = [
"numpy>=1.26, <2.0", # 1.20 np.ptp, 1.26 for avoiding pickling errors when numpy >2.0
"numpy>=1.20, <2.0", # 1.20 np.ptp, 1.26 might be necessary for avoiding pickling errors when numpy >2.0
"threadpoolctl>=3.0.0",
"tqdm",
"zarr>=2.16,<2.18",
Expand Down

0 comments on commit 44d8e33

Please sign in to comment.