From 024d199e9a79336cecb916df6ebda446a89b882e Mon Sep 17 00:00:00 2001 From: zm711 <92116279+zm711@users.noreply.github.com> Date: Wed, 16 Oct 2024 07:48:53 -0400 Subject: [PATCH] limit dhn_med_py --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 40ff91a28..75374cf0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ iocache = [ ] test = [ - "dhn_med_py>=1.0.0", + "dhn_med_py<2.0", # ci failing with 2.0 test future version when stable "pytest", "pytest-cov", # datalad # this dependency is covered by conda (environment_testing.yml) @@ -100,13 +100,13 @@ ced = ["sonpy"] nwb = ["pynwb"] maxwell = ["h5py"] biocam = ["h5py"] -med = ["dhn_med_py>=1.0.0"] +med = ["dhn_med_py<2.0"] # ci failing with 2.0 test future version when stable plexon2 = ["zugbruecke>=0.2; sys_platform!='win32'", "wenv; sys_platform!='win32'"] all = [ "coverage", "coveralls", - "dhn_med_py>=1.0.0", + "dhn_med_py<2.0", # ci failing with 2.0 test future version when stable "h5py", "igor2", "ipython",