Skip to content

Commit

Permalink
ML-9419: ! upgrade pandas version to work with python3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
idvoryaninova committed Feb 3, 2020
1 parent 3efa24b commit cc602ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
author_email='[email protected]',
description='a tool for testing sql queries',
install_requires=[
'pandas==0.24.0',
'PyHive[hive]==0.6.1',
'pandas==0.*',
'PyHive[hive]>=0.6.1',
'pytest>=4.0',
'pytest-mock~=1.1.0',
'pytest-mock>=1.1.0',
]
)

0 comments on commit cc602ad

Please sign in to comment.