From a4b116d32905d523b8cbc39bdb832b940d4c96c3 Mon Sep 17 00:00:00 2001 From: zm711 <92116279+zm711@users.noreply.github.com> Date: Thu, 13 Mar 2025 12:42:35 -0400 Subject: [PATCH 1/2] release dhn_med_py version --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5174b091f..5b36d0c9b 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", From f1637e6c63a2f4f7157c4e499f7a0edd4a23e744 Mon Sep 17 00:00:00 2001 From: zm711 <92116279+zm711@users.noreply.github.com> Date: Thu, 13 Mar 2025 12:43:25 -0400 Subject: [PATCH 2/2] oops --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b36d0c9b..8e1428631 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ iocache = [ ] test = [ - "dhn_med_py" + "dhn_med_py", "pytest", "pytest-cov", # datalad # this dependency is covered by conda (environment_testing.yml)-- maybe moving straight to ci