Skip to content

Commit

Permalink
Require setuptools (#596)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Ly <[email protected]>
  • Loading branch information
hrnciar and rly authored May 4, 2021
1 parent 73d9336 commit b8d9987
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# HDMF Changelog

## Upcoming

### Bug fix
- Add explicit `setuptools` requirement. @hrnciar (#596)

## HDMF 2.5.1 (April 23, 2021)

### Bug fix
Expand Down
1 change: 1 addition & 0 deletions requirements-min.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ scipy==1.1,<2
pandas==0.23,<2
ruamel.yaml==0.15,<1
jsonschema==2.6.0,<4
setuptools
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ scipy==1.5.4
pandas==1.1.5
ruamel.yaml==0.17.4
jsonschema==3.2.0
setuptools==56.0.0

0 comments on commit b8d9987

Please sign in to comment.