Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Nov 22, 2024
1 parent a139fff commit e793a32
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 @@ -29,11 +29,11 @@ classifiers = [
"Topic :: Scientific/Engineering :: Medical Science Apps."
]
dependencies = [
'hdmf>=3.14.3',
'hdmf>=3.14.5',
'zarr>=2.18.0, <3.0', # pin below 3.0 until HDMF-zarr supports zarr 3.0
'numpy>=1.24',
'numcodecs>=0.10.0',
'pynwb>=2.5.0',
'pynwb>=2.8.3',
'threadpoolctl>=3.1.0',
]
dynamic = ["version"]
Expand Down

0 comments on commit e793a32

Please sign in to comment.