mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
This commit is contained in:
commit
f1ec8802cd
3 changed files with 4 additions and 4 deletions
4
setup.py
4
setup.py
|
|
@ -155,7 +155,7 @@ setup(name = 'GPy',
|
|||
py_modules = ['GPy.__init__'],
|
||||
test_suite = 'GPy.testing',
|
||||
long_description=desc,
|
||||
install_requires=['numpy>=1.7', 'scipy>=0.16', 'six', 'paramz'],
|
||||
install_requires=['numpy>=1.7', 'scipy>=0.16', 'six', 'paramz>=0.5.2'],
|
||||
extras_require = {'docs':['sphinx'],
|
||||
'optional':['mpi4py',
|
||||
'ipython>=4.0.0',
|
||||
|
|
@ -209,4 +209,4 @@ try:
|
|||
else:
|
||||
print("GPy: User configuration file at location {}".format(user_file))
|
||||
except:
|
||||
print("GPy: Could not write user configuration file {}".format(user_file))
|
||||
print("GPy: Could not write user configuration file {}".format(user_file))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue