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 15, 2024
1 parent e79119c commit 914d579
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# pinned dependencies to reproduce an entire development environment to use HDMF
h5py==3.11.0
h5py==3.12.1
jsonschema==4.22.0
numpy==2.1.2
numpy==2.1.3
ruamel.yaml==0.18.2
pandas==2.2.2
pandas==2.2.3
scipy==1.14.1; python_version >= "3.10"
scipy==1.11.3; python_version < "3.10"

0 comments on commit 914d579

Please sign in to comment.