diff --git a/pyproject.toml b/pyproject.toml index 5174b091f..8e1428631 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ iocache = [ ] test = [ - # "dhn_med_py<2.0", # ci failing with 2.0 test future version when stable + "dhn_med_py", "pytest", "pytest-cov", # datalad # this dependency is covered by conda (environment_testing.yml)-- maybe moving straight to ci @@ -101,13 +101,13 @@ ced = ["sonpy"] nwb = ["pynwb"] maxwell = ["h5py"] biocam = ["h5py"] -med = ["dhn_med_py<2.0"] # ci failing with 2.0 test future version when stable +med = ["dhn_med_py"] plexon2 = ["zugbruecke>=0.2; sys_platform!='win32'", "wenv; sys_platform!='win32'"] all = [ "coverage", "coveralls", - # "dhn_med_py<2.0", # ci failing with 2.0 test future version when stable + "dhn_med_py", "h5py", "igor2", "ipython",