mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-02 16:22:39 +02:00
Trying to give pylab dependency
This commit is contained in:
parent
9c6d4e9241
commit
e4e05ea5e5
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -26,7 +26,7 @@ setup(name = 'GPy',
|
|||
long_description=read('README.md'),
|
||||
#ext_modules = [Extension(name = 'GPy.kern.lfmUpsilonf2py',
|
||||
# sources = ['GPy/kern/src/lfmUpsilonf2py.f90'])],
|
||||
install_requires=['pylab, numpy>=1.6', 'scipy','matplotlib>=1.1'],
|
||||
install_requires=['pylab', 'numpy>=1.6', 'scipy','matplotlib>=1.1'],
|
||||
setup_requires=['sphinx'],
|
||||
cmdclass = {'build_sphinx': BuildDoc},
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue