Skip to content

Commit 7aba2da

Browse files
committed
Allow pandas <0.26
1 parent 8297efe commit 7aba2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def read(fname):
1818
'windpowerlib': [os.path.join('data', '*.csv')]},
1919
long_description=read('README.rst'),
2020
zip_safe=False,
21-
install_requires=['pandas >= 0.19.1, < 0.25',
21+
install_requires=['pandas >= 0.19.1, < 0.26',
2222
'requests < 3.0'],
2323
extras_require={
2424
'dev': ['pytest', 'jupyter', 'sphinx_rtd_theme', 'nbformat']})

0 commit comments

Comments
 (0)