We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2377484 commit 09c9867Copy full SHA for 09c9867
setup.py
@@ -16,5 +16,5 @@ def read(fname):
16
'windpowerlib': [os.path.join('data', '*.csv')]},
17
long_description=read('README.rst'),
18
zip_safe=False,
19
- install_requires=['pandas >= 0.19.1',
+ install_requires=['pandas >= 0.19.1, < 0.25 ',
20
'requests'])
0 commit comments