Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Dec 7, 2024
1 parent ef3d79d commit 9ac6f3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-min.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# minimum versions of package dependencies for installing PyNWB
h5py==3.1.0
h5py==3.2.0
hdmf==3.14.5
numpy==1.20.0
pandas==1.2.0
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pinned dependencies to reproduce an entire development environment to use PyNWB
h5py==3.11.0
h5py==3.12.1
hdmf==3.14.5
numpy==2.1.1; python_version > "3.9" # numpy 2.1+ is not compatible with py3.9
numpy==2.0.2; python_version == "3.9"
pandas==2.2.2
pandas==2.2.3
python-dateutil==2.9.0.post0

0 comments on commit 9ac6f3e

Please sign in to comment.