Skip to content

Commit 1189a45

Browse files
committed
Adapt setup
1 parent 9eb63f5 commit 1189a45

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
@@ -19,7 +19,7 @@ def read(fname):
1919
os.path.join('oedb', '*.csv')]},
2020
long_description=read('README.rst'),
2121
zip_safe=False,
22-
install_requires=['pandas >= 0.19.1, < 0.25',
22+
install_requires=['pandas >= 0.20.0, < 0.26',
2323
'requests < 3.0'],
2424
extras_require={
2525
'dev': ['pytest', 'jupyter', 'sphinx_rtd_theme', 'nbformat',

0 commit comments

Comments
 (0)