We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1295c7e + ebc6164 commit 309ce30Copy full SHA for 309ce30
pyproject.toml
@@ -7,7 +7,7 @@ authors = [
7
]
8
description = "Python toolkit for analysis, visualization, and comparison of spike sorting output"
9
readme = "README.md"
10
-requires-python = ">=3.9,<4.0"
+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
11
classifiers = [
12
"Programming Language :: Python :: 3 :: Only",
13
"License :: OSI Approved :: MIT License",
0 commit comments