Skip to content

Commit 24802b5

Browse files
committed
removing numpy 2.0 blockage
1 parent d5f6317 commit 24802b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ classifiers = [
2020

2121

2222
dependencies = [
23-
"numpy>=1.20, <2.0", # 1.20 np.ptp, 1.26 might be necessary for avoiding pickling errors when numpy >2.0
23+
"numpy>=1.20, <2.0",
2424
"threadpoolctl>=3.0.0",
2525
"tqdm",
2626
"zarr>=2.16,<2.18",
27-
"neo>=0.13.0",
27+
"neo>=0.14.0",
2828
"probeinterface>=0.2.23",
2929
"packaging",
3030
]

0 commit comments

Comments
 (0)