[requirements] added six as an requirement

This commit is contained in:
Max Zwiessele 2015-09-10 08:19:11 +01:00
parent 40e2d35a27
commit 93d7631142

View file

@ -88,7 +88,7 @@ setup(name = 'GPy',
py_modules = ['GPy.__init__'],
test_suite = 'GPy.testing',
long_description=read_to_rst('README.md'),
install_requires=['numpy>=1.7', 'scipy>=0.16'],
install_requires=['numpy>=1.7', 'scipy>=0.16', 'six'],
extras_require = {'docs':['matplotlib >=1.3','Sphinx','IPython']},
classifiers=['License :: OSI Approved :: BSD License',
'Natural Language :: English',