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 @@ -46,7 +46,7 @@ iocache = [
4646]
4747
4848test = [
49- # "dhn_med_py<2.0", # ci failing with 2.0 test future version when stable
49+ " dhn_med_py"
5050 "pytest",
5151 "pytest-cov",
5252 # datalad # this dependency is covered by conda (environment_testing.yml)-- maybe moving straight to ci
@@ -101,13 +101,13 @@ ced = ["sonpy"]
101101nwb = [" pynwb" ]
102102maxwell = [" h5py" ]
103103biocam = [" h5py" ]
104- med = [" dhn_med_py<2.0 " ] # ci failing with 2.0 test future version when stable
104+ med = [" dhn_med_py" ]
105105plexon2 = [" zugbruecke>=0.2; sys_platform!='win32'" , " wenv; sys_platform!='win32'" ]
106106
107107all = [
108108 " coverage" ,
109109 " coveralls" ,
110- # "dhn_med_py<2.0 ", # ci failing with 2.0 test future version when stable
110+ " dhn_med_py" ,
111111 " h5py" ,
112112 " igor2" ,
113113 " ipython" ,
You can’t perform that action at this time.
0 commit comments