Skip to content

Commit

Permalink
Use HDMF 2.5.2 (#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored May 11, 2021
1 parent 66ef3ab commit 4ad902c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions requirements-min.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# package dependencies and their minimum versions for installing PyNWB (note that HDMF has a range of requirements)
# package dependencies and their minimum versions for installing PyNWB
# the requirements here specify '==' for testing; setup.py replaces '==' with '>='
h5py==2.9,<3 # support for setting attrs to lists of utf-8 added in 2.9
hdmf==2.5.1,<3
hdmf==2.5.2,<3
numpy==1.16,<1.21
pandas==0.23,<2
python-dateutil==2.7,<3
setuptools
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
h5py==2.10.0
hdmf==2.5.1
hdmf==2.5.2
numpy==1.18.5
pandas==0.25.3
python-dateutil==2.8.1
setuptools==56.0.0

0 comments on commit 4ad902c

Please sign in to comment.