mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
[readthedocs] forcing readthedocs into not failing
This commit is contained in:
parent
ec5f23ec2a
commit
4bb4c52704
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__'],
|
||||
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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue