Skip to content

Commit

Permalink
Update requirements-min.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Nov 14, 2024
1 parent 3277efc commit 96e792e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions requirements-min.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# minimum versions of package dependencies for installing HDMF
h5py==3.11.0
jsonschema==4.22.0
numpy==1.26.4
pandas==2.2.2;
ruamel.yaml==0.18.2
scipy==1.14.0; python_version >= "3.10"
scipy==1.11.3; python_version < "3.10"
h5py==3.1.0
jsonschema==3.2.0
numpy==1.19.3
pandas==1.2.0
ruamel.yaml==0.16.0
scipy==1.7.0
tqdm==4.41.0
zarr==2.12.0
zarr==2.8.0

0 comments on commit 96e792e

Please sign in to comment.