Skip to content

Commit

Permalink
Merge pull request #33 from UDST/toolz_version
Browse files Browse the repository at this point in the history
Update required version of toolz
  • Loading branch information
pksohn authored Jun 22, 2017
2 parents 6e7c4a7 + 341aad7 commit 57fd284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def run(self):
install_requires=[
'pandas >= 0.15.0',
'tables >= 3.1.0',
'toolz >= 0.7.0'
'toolz >= 0.8.1'
],
extras_require={
'server': ['flask >= 0.10', 'pygments >= 2.0', 'six >= 1.9.0']
Expand Down

0 comments on commit 57fd284

Please sign in to comment.