Skip to content

Commit e2fb8cc

Browse files
committed
cap python
1 parent 298e57a commit e2fb8cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
description = "Python toolkit for analysis, visualization, and comparison of spike sorting output"
99
readme = "README.md"
10-
requires-python = ">=3.9,<4.0"
10+
requires-python = ">=3.9,<3.14" # Only numpy 2.0 supported on python 3.12 for windows. We need to wait for fix on neo
1111
classifiers = [
1212
"Programming Language :: Python :: 3 :: Only",
1313
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)