Skip to content

Commit

Permalink
Block Pandas 1.1.0
Browse files Browse the repository at this point in the history
Ref: #23
  • Loading branch information
has2k1 committed Sep 12, 2020
1 parent 2376c83 commit b00b1d1
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 @@ -37,7 +37,7 @@ def get_required_packages():
Plus any version tests and warnings
"""
install_requires = ['pandas >= 1.0.0']
install_requires = ['pandas < 1.1.0']
return install_requires


Expand Down

0 comments on commit b00b1d1

Please sign in to comment.