mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-14 15:25:15 +02:00
[setup] paramz integrated
This commit is contained in:
parent
f07abb4e89
commit
e79ab98385
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -132,7 +132,7 @@ setup(name = 'GPy',
|
|||
py_modules = ['GPy.__init__'],
|
||||
test_suite = 'GPy.testing',
|
||||
long_description=read_to_rst('README.md'),
|
||||
install_requires=['numpy>=1.7', 'scipy>=0.16', 'six'],
|
||||
install_requires=['numpy>=1.7', 'scipy>=0.16', 'six', 'paramz'],
|
||||
extras_require = {'docs':['sphinx'],
|
||||
'optional':['mpi4py',
|
||||
'ipython>=4.0.0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue