Skip to content

Commit d759b8b

Browse files
committed
limit dhn_med_py
new version release 10OCT.
1 parent eae5c9b commit d759b8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ iocache = [
4545
]
4646

4747
test = [
48-
"dhn_med_py>=1.0.0",
48+
"dhn_med_py<2.0", # ci failing with 2.0 test future version when stable
4949
"pytest",
5050
"pytest-cov",
5151
# datalad # this dependency is covered by conda (environment_testing.yml)
@@ -106,7 +106,7 @@ plexon2 = ["zugbruecke>=0.2; sys_platform!='win32'", "wenv; sys_platform!='win32
106106
all = [
107107
"coverage",
108108
"coveralls",
109-
"dhn_med_py>=1.0.0",
109+
"dhn_med_py<2.0", # ci failing with 2.0 test future version when stable
110110
"h5py",
111111
"igor2",
112112
"ipython",

0 commit comments

Comments
 (0)