From 93d763114233e0bb1b78df71426256ee50d555c1 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Thu, 10 Sep 2015 08:19:11 +0100 Subject: [PATCH] [requirements] added six as an requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2b5f2e4d..096a61f8 100644 --- a/setup.py +++ b/setup.py @@ -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',