[readthedocs] forcing readthedocs into not failing

This commit is contained in:
Max Zwiessele 2015-09-08 16:34:06 +01:00
parent a6bc32d903
commit 7e8fb2032e

View file

@ -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',