Skip to content

Commit

Permalink
limit dhn_med_py
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 committed Oct 16, 2024
1 parent 585fdbe commit 024d199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 024d199

Please sign in to comment.