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 707a6d4 commit b2cb269
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions requirements-min.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# minimum versions of package dependencies for installing HDMF
h5py==2.10 # support for selection of datasets with list of indices added in 2.10
importlib-resources==5.12.0; python_version < "3.9" # TODO: remove when when minimum python version is 3.9
jsonschema==3.2.0
numpy==1.18
pandas==1.0.5 # when this is changed to >=1.5.0, see TODO items referenced in #762
numpy==1.22.4
pandas==2.1.0
ruamel.yaml==0.16
scipy==1.4
# this file is currently used to test only python~=3.8 so these dependencies are not needed
Expand Down

0 comments on commit b2cb269

Please sign in to comment.