[readthedocs] forcing readthedocs into not failing

This commit is contained in:
Max Zwiessele 2015-09-08 16:31:55 +01:00
parent d00dfcb4cf
commit a6bc32d903

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.16'],
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',