[priorizable] small edit to be usable with paramz 0.6.1 and greater

This commit is contained in:
mzwiessele 2016-08-16 13:47:12 +01:00
parent 8d348ec7c6
commit feed4c6b8d

View file

@ -148,7 +148,7 @@ setup(name = 'GPy',
include_package_data = True,
py_modules = ['GPy.__init__'],
test_suite = 'GPy.testing',
install_requires = ['numpy>=1.7', 'scipy>=0.16', 'six', 'paramz>=0.5.2'],
install_requires = ['numpy>=1.7', 'scipy>=0.16', 'six', 'paramz>=0.6.1'],
extras_require = {'docs':['sphinx'],
'optional':['mpi4py',
'ipython>=4.0.0',