Skip to content

Commit

Permalink
Limit pandas version to the 0.24.x major release
Browse files Browse the repository at this point in the history
  • Loading branch information
uvchik committed Jan 31, 2019
1 parent 2377484 commit 09c9867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,5 +16,5 @@ def read(fname):
'windpowerlib': [os.path.join('data', '*.csv')]},
long_description=read('README.rst'),
zip_safe=False,
install_requires=['pandas >= 0.19.1',
install_requires=['pandas >= 0.19.1, < 0.25 ',
'requests'])

0 comments on commit 09c9867

Please sign in to comment.