Skip to content

Commit

Permalink
Update neo and numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Jan 18, 2025
1 parent baeeb28 commit 97ee37f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
]
description = "Python toolkit for analysis, visualization, and comparison of spike sorting output"
readme = "README.md"
requires-python = ">=3.9,<3.13" # Only numpy 2.1 supported on python 3.13 for windows. We need to wait for fix on neo
requires-python = ">=3.9,<3.14" # Only numpy 2.1 supported on python 3.13 for windows. We need to wait for fix on neo
classifiers = [
"Programming Language :: Python :: 3 :: Only",
"License :: OSI Approved :: MIT License",
Expand All @@ -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",
"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 97ee37f

Please sign in to comment.