Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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",
Expand Down
Loading