mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-28 06:16:24 +02:00
Added ipython to setup again and went back to numpy.distribute
This commit is contained in:
parent
ed7812ae46
commit
eea2fcc4b7
2 changed files with 3 additions and 4 deletions
|
|
@ -132,7 +132,7 @@ on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
||||||
on_rtd = True
|
on_rtd = True
|
||||||
if on_rtd:
|
if on_rtd:
|
||||||
print "I am here"
|
print "I am here"
|
||||||
#sys.path.append(os.path.abspath('../GPy'))
|
sys.path.append(os.path.abspath('../GPy'))
|
||||||
|
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
|
|
|
||||||
5
setup.py
5
setup.py
|
|
@ -2,8 +2,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import os
|
import os
|
||||||
#from numpy.distutils.core import Extension, setup
|
from numpy.distutils.core import Extension, setup
|
||||||
from setuptools import setup
|
|
||||||
#from sphinx.setup_command import BuildDoc
|
#from sphinx.setup_command import BuildDoc
|
||||||
|
|
||||||
# Version number
|
# Version number
|
||||||
|
|
@ -29,7 +28,7 @@ setup(name = 'GPy',
|
||||||
# sources = ['GPy/kern/src/lfmUpsilonf2py.f90'])],
|
# sources = ['GPy/kern/src/lfmUpsilonf2py.f90'])],
|
||||||
install_requires=['sympy', 'numpy>=1.6', 'scipy>=0.9','matplotlib>=1.1'],
|
install_requires=['sympy', 'numpy>=1.6', 'scipy>=0.9','matplotlib>=1.1'],
|
||||||
extras_require = {
|
extras_require = {
|
||||||
'docs':['Sphinx'],
|
'docs':['Sphinx', 'ipython'],
|
||||||
},
|
},
|
||||||
#setup_requires=['sphinx'],
|
#setup_requires=['sphinx'],
|
||||||
#cmdclass = {'build_sphinx': BuildDoc},
|
#cmdclass = {'build_sphinx': BuildDoc},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue