File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ iocache = [
4545]
4646
4747test = [
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"]
100100nwb = [" pynwb" ]
101101maxwell = [" h5py" ]
102102biocam = [" 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
104104plexon2 = [" zugbruecke>=0.2; sys_platform!='win32'" , " wenv; sys_platform!='win32'" ]
105105
106106all = [
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" ,
You can’t perform that action at this time.
0 commit comments