Skip to content

Commit 6e45a0d

Browse files
committed
Fix version number
1 parent 6dc69f8 commit 6e45a0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- scipy
99
- pandas
1010
- pynwb
11-
- nwbinspector>=5.0.0
11+
- nwbinspector>=0.5.0
1212
- dask
1313
- ipython
1414
- black

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"scipy",
2626
"pandas",
2727
"pynwb",
28-
"nwbinspector>=5.0.0",
28+
"nwbinspector>=0.5.0",
2929
"ndx_franklab_novela",
3030
"pyyaml",
3131
"neo",

0 commit comments

Comments
 (0)