Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Aug 22, 2023
1 parent 7fbefb5 commit 0d3f9c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
reqs = [
'hdmf==3.5.4', # temporary
'zarr>=2.11.0',
'numpy<1.22; python_version=="3.7"',
'numpy<1.22; python_version < "3.8"',
'numpy>=1.22; python_version >= "3.8",
'numcodecs>=0.9.1',
'numcodecs==0.10.2; python_version < "3.8"',
'numcodecs==0.11.0; python_version >= "3.8"',
Expand Down

0 comments on commit 0d3f9c7

Please sign in to comment.