Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use HDMF 2.5.2 #1360

Merged
merged 4 commits into from
May 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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