Skip to content

Commit 395c5d3

Browse files
author
Matthias Ludwig
committed
Set dependency for pandas to version 0.17.1
1 parent 9a75dec commit 395c5d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def run_tests(self):
5353
errcode = pytest.main(self.test_args)
5454
sys.exit(errcode)
5555

56-
tests_require = ['easygui', 'pandas >= 0.15.2', 'pyside', 'pytest', 'pytest-cov', 'pytest-qt', 'python-magic==0.4.6']
56+
tests_require = ['easygui', 'pandas == 0.17.1', 'pyside', 'pytest', 'pytest-cov', 'pytest-qt', 'python-magic==0.4.6']
5757
setup(
5858
name='pandas-qt',
5959
version=__version__,
@@ -62,7 +62,7 @@ def run_tests(self):
6262
namespace_packages = ['pandasqt'],
6363
author='Matthias Ludwig, Marcel Radischat',
6464
tests_require=tests_require,
65-
install_requires=['easygui', 'pandas>=0.15.1', 'pytest', 'pytest-qt==1.2.2', 'pytest-cov', 'python-magic==0.4.6'],
65+
install_requires=['easygui', 'pandas==0.17.1', 'pytest', 'pytest-qt==1.2.2', 'pytest-cov', 'python-magic==0.4.6'],
6666
cmdclass={'test': PyTest},
6767
author_email='m.Ludwig@datalyze-solutions.com',
6868
description='Utilities to use pandas (the data analysis / manipulation library for Python) with Qt.',

0 commit comments

Comments
 (0)