Skip to content

Commit

Permalink
Temporarily require pandas < 1.0 until #6 is solved
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Oct 6, 2020
1 parent a53e29e commit d042938
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 @@ -21,7 +21,7 @@
'scipy>=0.14.0',
'matplotlib>=1.3.1',
'numpy>=1.8.1',
'pandas>=0.13.1',
'pandas>=0.13.1,<1.0', # https://github.com/cophi-wue/pydelta/issues/6
# 'profig>=0.2.8',
'scikit-learn>=0.16.0',
'regex'
Expand Down

0 comments on commit d042938

Please sign in to comment.