Skip to content

Commit 0a0d6b9

Browse files
authored
Update reqs to use hdmf==1.6.4 (#1256)
1 parent 5cb18e1 commit 0a0d6b9

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# PyNWB Changelog
22

3+
## PyNWB 1.3.3 (June 26, 2020)
4+
5+
### Internal improvements:
6+
- Update requirements to use HDMF 1.6.4. @rly (#1256)
7+
8+
### Bug fixes:
9+
- Fix writing optional args to electrodes table. @rly (#1246)
10+
- Fix missing method UnitsMap.get_nwb_file. @rly (#1227)
11+
312
## PyNWB 1.3.2 (June 1, 2020)
413

514
### Bug fixes:

requirements-min.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# these minimum requirements specify '==' for testing; setup.py replaces '==' with '>='
22
h5py==2.9 # support for setting attrs to lists of utf-8 added in 2.9
3-
hdmf==1.6.2,<2
3+
hdmf==1.6.4,<2
44
numpy==1.16
55
pandas==0.23
66
python-dateutil==2.7

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
h5py==2.10.0
2-
hdmf==1.6.2
2+
hdmf==1.6.4
33
numpy==1.18.1
44
pandas==0.25.3
55
python-dateutil==2.8.1

0 commit comments

Comments
 (0)