Skip to content

Commit

Permalink
remove pandas version limit
Browse files Browse the repository at this point in the history
  • Loading branch information
github_username committed Nov 22, 2019
1 parent 02ba444 commit 4933dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -77,7 +77,7 @@ def build_description():
install_requires=[
"numpy >= 1.15",
"scipy >= 1.1",
"pandas >= 0.23, < 0.24", # >= 0.25 supports only Python >= 3.5.3
"pandas >= 0.23",
"matplotlib >= 2.2, < 3",
"seaborn >= 0.9",
"scikit-learn >= 0.19",
Expand Down

0 comments on commit 4933dc1

Please sign in to comment.