Skip to content

Commit

Permalink
Fix broken Python 3.9 tests (#231)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Avaylon <[email protected]>
  • Loading branch information
rly and mavaylon1 authored Nov 19, 2024
1 parent 5a9055d commit fedf38e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# pinned dependencies to reproduce an entire development environment to use HDMF-ZARR
hdmf==3.14.5
zarr==2.18.3
zarr==2.18.3; python_version >= "3.10" # zarr 2.18.3 dropped support for python 3.9
zarr==2.18.2; python_version < "3.10"
pynwb==2.8.2
numpy==2.1.3
numcodecs==0.13.1
Expand Down

0 comments on commit fedf38e

Please sign in to comment.