Skip to content

Commit

Permalink
add minimum neo version number
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbray32 committed Oct 23, 2024
1 parent d9e028c commit 5fc1832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ dependencies:
- pip
- pip:
- ndx-franklab-novela
- neo
- neo>=0.13.4
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"nwbinspector>=0.5.0",
"ndx_franklab_novela",
"pyyaml",
"neo",
"neo>=0.13.4",
"dask[complete]",
"ffmpeg",
"jsonschema<4.21.0",
Expand Down

0 comments on commit 5fc1832

Please sign in to comment.