mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-29 15:59:41 +02:00
[readthedocs] forcing readthedocs into not failing
This commit is contained in:
parent
80f112e13a
commit
ec5f23ec2a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -77,7 +77,7 @@ setup(name = 'GPy',
|
||||||
py_modules = ['GPy.__init__'],
|
py_modules = ['GPy.__init__'],
|
||||||
test_suite = 'GPy.testing',
|
test_suite = 'GPy.testing',
|
||||||
long_description=read('README.md'),
|
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']},
|
extras_require = {'docs':['matplotlib >=1.3','Sphinx','IPython']},
|
||||||
classifiers=['License :: OSI Approved :: BSD License',
|
classifiers=['License :: OSI Approved :: BSD License',
|
||||||
'Natural Language :: English',
|
'Natural Language :: English',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue