Skip to content

Commit

Permalink
Limit zarr<3 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jun 25, 2024
1 parent 58e2d45 commit a508d58
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 @@ -30,7 +30,7 @@ classifiers = [
]
dependencies = [
'hdmf>=3.9.0',
'zarr>=2.11.0',
'zarr>=2.11.0, <3.0', # pin below 3.0 until HDMF-zarr supports zarr 3.0
'numpy>=1.24, <2.0', # pin below 2.0 until HDMF supports numpy 2.0
'numcodecs>=0.9.1',
'pynwb>=2.5.0',
Expand Down

0 comments on commit a508d58

Please sign in to comment.