Skip to content

Commit

Permalink
update pandas version in setup.py (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
osalpekar authored and devin-petersohn committed Oct 4, 2018
1 parent 325574d commit 84cf399
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 @@ -16,4 +16,4 @@
url="https://github.com/modin-project/modin",
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=["pandas==0.22", "ray==0.5.3"])
install_requires=["pandas==0.23", "ray==0.5.3"])

0 comments on commit 84cf399

Please sign in to comment.