Skip to content

Commit

Permalink
Merge 4d897a5 into 460a132
Browse files Browse the repository at this point in the history
  • Loading branch information
smmaurer committed Dec 11, 2019
2 parents 460a132 + 4d897a5 commit af30290
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -129,7 +129,8 @@ def run(self):
'pandas >=0.17.0',
'requests >=2.0',
'scikit-learn >=0.18.1',
'tables >=3.1.0'
'tables >=3.1, <3.6; python_version <"3.6"',
'tables >=3.1, <3.7; python_version >="3.6"'
],
tests_require=[
'pycodestyle',
Expand Down

0 comments on commit af30290

Please sign in to comment.