[readthedocs] forcing readthedocs into not failing

This commit is contained in:
Max Zwiessele 2015-09-08 16:45:22 +01:00
parent ec5f23ec2a
commit 4bb4c52704

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.16'],
extras_require = {'docs':['matplotlib >=1.3','Sphinx','IPython']},
classifiers=['License :: OSI Approved :: BSD License',
'Natural Language :: English',