Skip to content

Commit

Permalink
removing numpy 2.0 blockage
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Jan 20, 2025
1 parent d5f6317 commit 24802b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ classifiers = [


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

0 comments on commit 24802b5

Please sign in to comment.