Skip to content

Commit

Permalink
Cap zarr version for compatibility with hdmf-zarr writing
Browse files Browse the repository at this point in the history
- 2.18.1 introduces bug when writing list of str in `NWBFile.experimenter`
- detailed here: hdmf-dev/hdmf-zarr#197
  • Loading branch information
bjhardcastle committed May 23, 2024
1 parent 5187cb4 commit 740e2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"pandas>=2.0",
"pynwb",
"rich>=13.5.2",
"zarr>=2.16.1",
"zarr<2.18.1",
"matplotlib>=3.7.2",
"scipy>=1.9.3",
"DynamicRoutingTask>=0.1.94",
Expand Down

0 comments on commit 740e2de

Please sign in to comment.