@@ -53,7 +53,7 @@ def run_tests(self):
53
53
errcode = pytest .main (self .test_args )
54
54
sys .exit (errcode )
55
55
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' ]
57
57
setup (
58
58
name = 'pandas-qt' ,
59
59
version = __version__ ,
@@ -62,7 +62,7 @@ def run_tests(self):
62
62
namespace_packages = ['pandasqt' ],
63
63
author = 'Matthias Ludwig, Marcel Radischat' ,
64
64
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' ],
66
66
cmdclass = {'test' : PyTest },
67
67
author_email = 'm.Ludwig@datalyze-solutions.com' ,
68
68
description = 'Utilities to use pandas (the data analysis / manipulation library for Python) with Qt.' ,
0 commit comments