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