Skip to content

Commit

Permalink
Numpy 2.0 (#210)
Browse files Browse the repository at this point in the history
* Updates

* Updates
  • Loading branch information
mavaylon1 authored Aug 19, 2024
1 parent 7283d9f commit 82c993c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers = [
dependencies = [
'hdmf>=3.14.3',
'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-zarr supports numpy 2.0
'numpy>=1.24',
'numcodecs>=0.9.1',
'pynwb>=2.5.0',
'threadpoolctl>=3.1.0',
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pinned dependencies to reproduce an entire development environment to use HDMF-ZARR
hdmf==3.12.0
hdmf==3.14.2
zarr==2.16.1
pynwb==2.5.0
numpy==1.26.3
numpy==2.0.0
numcodecs==0.12.1
threadpoolctl==3.2.0

0 comments on commit 82c993c

Please sign in to comment.