Skip to content

Commit

Permalink
Update reqs to use hdmf==1.6.4 (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jun 26, 2020
1 parent 5cb18e1 commit 0a0d6b9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# PyNWB Changelog

## PyNWB 1.3.3 (June 26, 2020)

### Internal improvements:
- Update requirements to use HDMF 1.6.4. @rly (#1256)

### Bug fixes:
- Fix writing optional args to electrodes table. @rly (#1246)
- Fix missing method UnitsMap.get_nwb_file. @rly (#1227)

## PyNWB 1.3.2 (June 1, 2020)

### Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion requirements-min.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# these minimum requirements specify '==' for testing; setup.py replaces '==' with '>='
h5py==2.9 # support for setting attrs to lists of utf-8 added in 2.9
hdmf==1.6.2,<2
hdmf==1.6.4,<2
numpy==1.16
pandas==0.23
python-dateutil==2.7
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
h5py==2.10.0
hdmf==1.6.2
hdmf==1.6.4
numpy==1.18.1
pandas==0.25.3
python-dateutil==2.8.1

0 comments on commit 0a0d6b9

Please sign in to comment.