From 7e8fb2032ea7920df76d5695569b462148454897 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Tue, 8 Sep 2015 16:34:06 +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 ee1b46e8..54fd08a5 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.14'], extras_require = {'docs':['matplotlib >=1.3','Sphinx','IPython']}, classifiers=['License :: OSI Approved :: BSD License', 'Natural Language :: English',