Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Jan 20, 2025
2 parents 24802b5 + f0cd3cb commit e14c2b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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,7 +20,7 @@ classifiers = [


dependencies = [
"numpy>=1.20, <2.0",
"numpy>=1.20",
"threadpoolctl>=3.0.0",
"tqdm",
"zarr>=2.16,<2.18",
Expand Down

0 comments on commit e14c2b2

Please sign in to comment.