mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-26 21:36:23 +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
5
setup.py
5
setup.py
|
|
@ -2,8 +2,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
import os
|
||||
#from numpy.distutils.core import Extension, setup
|
||||
from setuptools import setup
|
||||
from numpy.distutils.core import Extension, setup
|
||||
#from sphinx.setup_command import BuildDoc
|
||||
|
||||
# Version number
|
||||
|
|
@ -29,7 +28,7 @@ setup(name = 'GPy',
|
|||
# sources = ['GPy/kern/src/lfmUpsilonf2py.f90'])],
|
||||
install_requires=['sympy', 'numpy>=1.6', 'scipy>=0.9','matplotlib>=1.1'],
|
||||
extras_require = {
|
||||
'docs':['Sphinx'],
|
||||
'docs':['Sphinx', 'ipython'],
|
||||
},
|
||||
#setup_requires=['sphinx'],
|
||||
#cmdclass = {'build_sphinx': BuildDoc},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue