Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed Aug 8, 2024
1 parent 73649c7 commit cec2027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ classifiers = [
]
dependencies = [
'hdmf>=3.14.2',
'zarr>=2.11.0, <3.0', # pin below 3.0 until HDMF-zarr supports zarr 3.0
'numpy>=2.0', # pin below 2.0 until HDMF supports numpy 2.0
'zarr>=2.11.0, <3.0', # pin below 3.0 until HDMF-Zarr supports zarr 3.0
'numpy>=1.24',
'numcodecs>=0.9.1',
'pynwb>=2.5.0',
'threadpoolctl>=3.1.0',
Expand Down

0 comments on commit cec2027

Please sign in to comment.