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 8297efe commit 7aba2daCopy full SHA for 7aba2da
setup.py
@@ -18,7 +18,7 @@ def read(fname):
18
'windpowerlib': [os.path.join('data', '*.csv')]},
19
long_description=read('README.rst'),
20
zip_safe=False,
21
- install_requires=['pandas >= 0.19.1, < 0.25',
+ install_requires=['pandas >= 0.19.1, < 0.26',
22
'requests < 3.0'],
23
extras_require={
24
'dev': ['pytest', 'jupyter', 'sphinx_rtd_theme', 'nbformat']})
0 commit comments