Skip to content

Commit de6b3b5

Browse files
authored
Merge pull request #1583 from zm711/limit-dhn-med-py
Limit dhn_med_py
2 parents 585fdbe + 024d199 commit de6b3b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 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)
@@ -100,13 +100,13 @@ ced = ["sonpy"]
100100
nwb = ["pynwb"]
101101
maxwell = ["h5py"]
102102
biocam = ["h5py"]
103-
med = ["dhn_med_py>=1.0.0"]
103+
med = ["dhn_med_py<2.0"] # ci failing with 2.0 test future version when stable
104104
plexon2 = ["zugbruecke>=0.2; sys_platform!='win32'", "wenv; sys_platform!='win32'"]
105105

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)