Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Nov 14, 2024
1 parent 6ea71b9 commit f6001d5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# pinned dependencies to reproduce an entire development environment to use HDMF
h5py==3.11.0
importlib-resources==6.1.0; python_version < "3.9" # TODO: remove when minimum python version is 3.9
jsonschema==4.22.0
numpy==1.26.4 # TODO: numpy 2.0.0 is supported by hdmf but incompatible with pandas and scipy
pandas==2.2.2; python_version >= "3.9"
pandas==2.1.2; python_version < "3.8" # TODO: remove when minimum python version is 3.9
numpy==2.1
ruamel.yaml==0.18.2
scipy==1.14.0; python_version >= "3.10"
scipy==1.11.3; python_version < "3.10"

0 comments on commit f6001d5

Please sign in to comment.