mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
Force up to date version of sphinx
This commit is contained in:
parent
54698f091b
commit
51f4762d47
3 changed files with 2 additions and 3 deletions
2
setup.py
2
setup.py
|
|
@ -27,7 +27,7 @@ setup(name = 'GPy',
|
|||
#ext_modules = [Extension(name = 'GPy.kern.lfmUpsilonf2py',
|
||||
# sources = ['GPy/kern/src/lfmUpsilonf2py.f90'])],
|
||||
install_requires=['sympy', 'numpy>=1.6', 'scipy>=0.9','matplotlib>=1.1'],
|
||||
setup_requires=['sphinx'],
|
||||
setup_requires=['sphinx>=1.1.3'],
|
||||
#cmdclass = {'build_sphinx': BuildDoc},
|
||||
classifiers=[
|
||||
"Development Status :: 1 - Alpha",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue