Skip to content

Commit 09c9867

Browse files
committed
Limit pandas version to the 0.24.x major release
1 parent 2377484 commit 09c9867

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
@@ -16,5 +16,5 @@ def read(fname):
1616
'windpowerlib': [os.path.join('data', '*.csv')]},
1717
long_description=read('README.rst'),
1818
zip_safe=False,
19-
install_requires=['pandas >= 0.19.1',
19+
install_requires=['pandas >= 0.19.1, < 0.25 ',
2020
'requests'])

0 commit comments

Comments
 (0)