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.
1 parent d143d8f commit ebc6164Copy full SHA for ebc6164
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,<3.13" # Only numpy 2.0 supported on python 3.13 for windows. We need to wait for fix on neo
+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