Skip to content

Commit

Permalink
Merge pull request NeuralEnsemble#1583 from zm711/limit-dhn-med-py
Browse files Browse the repository at this point in the history
Limit dhn_med_py
  • Loading branch information
samuelgarcia authored Oct 16, 2024
2 parents 585fdbe + 024d199 commit de6b3b5
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 de6b3b5

Please sign in to comment.