From 8c892f52767aaa49c6100d592ad104035855e813 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Tue, 8 Sep 2015 16:36:43 +0100 Subject: [PATCH] [readthedocs] forcing readthedocs into not failing --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 54fd08a5..4421612a 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ setup(name = 'GPy', py_modules = ['GPy.__init__'], test_suite = 'GPy.testing', long_description=read('README.md'), - install_requires=['numpy>=1.7', 'scipy=0.14'], + install_requires=['numpy>=1.7', 'scipy>0.16'], extras_require = {'docs':['matplotlib >=1.3','Sphinx','IPython']}, classifiers=['License :: OSI Approved :: BSD License', 'Natural Language :: English',