Skip to content

Commit a4b116d

Browse files
committed
release dhn_med_py version
1 parent f0a7fb9 commit a4b116d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ iocache = [
4646
]
4747

4848
test = [
49-
# "dhn_med_py<2.0", # ci failing with 2.0 test future version when stable
49+
"dhn_med_py"
5050
"pytest",
5151
"pytest-cov",
5252
# datalad # this dependency is covered by conda (environment_testing.yml)-- maybe moving straight to ci
@@ -101,13 +101,13 @@ ced = ["sonpy"]
101101
nwb = ["pynwb"]
102102
maxwell = ["h5py"]
103103
biocam = ["h5py"]
104-
med = ["dhn_med_py<2.0"] # ci failing with 2.0 test future version when stable
104+
med = ["dhn_med_py"]
105105
plexon2 = ["zugbruecke>=0.2; sys_platform!='win32'", "wenv; sys_platform!='win32'"]
106106

107107
all = [
108108
"coverage",
109109
"coveralls",
110-
# "dhn_med_py<2.0", # ci failing with 2.0 test future version when stable
110+
"dhn_med_py",
111111
"h5py",
112112
"igor2",
113113
"ipython",

0 commit comments

Comments
 (0)