Skip to content

Commit 67a0f6c

Browse files
committed
Add upper limit of pandas
1 parent 348ed4a commit 67a0f6c

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',
21+
install_requires=['pandas >= 0.19.1, < 0.25.0',
2222
'requests'],
2323
extras_require={
2424
'dev': ['pytest', 'jupyter', 'sphinx_rtd_theme', 'nbformat']})

0 commit comments

Comments
 (0)