Skip to content

Commit

Permalink
Upgrade pandas min version (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored May 20, 2021
1 parent db51148 commit 65dcdc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# HDMF Changelog

## HDMF 2.5.6 (May 19, 2021)

### Bug fix
- Raise minimum version of pandas from 0.23 to 1.0.5 to be compatible with numpy 1.20. @rly (#618)

## HDMF 2.5.5 (May 17, 2021)

### Bug fix
Expand Down
2 changes: 1 addition & 1 deletion requirements-min.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
h5py==2.9,<3 # support for setting attrs to lists of utf-8 added in 2.9
numpy==1.16,<1.21
scipy==1.1,<2
pandas==0.23,<2
pandas==1.0.5,<2
ruamel.yaml==0.15,<1
jsonschema==2.6.0,<4
setuptools

0 comments on commit 65dcdc0

Please sign in to comment.