You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyproject.toml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ version = "0.14.0.dev0"
4
4
authors = [{name = "Neo authors and contributors"}]
5
5
description = "Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats"
6
6
readme = "README.rst"
7
-
requires-python = ">=3.9,<3.13"# 3.13 will require NumPy > 2.0 (Windows issue in CI)
7
+
requires-python = ">=3.9"
8
8
license = {text = "BSD 3-Clause License"}
9
9
classifiers = [
10
10
"Development Status :: 4 - Beta",
@@ -23,7 +23,7 @@ classifiers = [
23
23
24
24
dependencies = [
25
25
"packaging",
26
-
"numpy>=1.22.4,<2.0.0",
26
+
"numpy>=1.22.4",
27
27
"quantities>=0.16.1"
28
28
]
29
29
@@ -45,7 +45,7 @@ iocache = [
45
45
]
46
46
47
47
test = [
48
-
"dhn_med_py<2.0", # ci failing with 2.0 test future version when stable
48
+
#"dhn_med_py<2.0", # ci failing with 2.0 test future version when stable
49
49
"pytest",
50
50
"pytest-cov",
51
51
# datalad # this dependency is covered by conda (environment_testing.yml)
0 commit comments