From feed4c6b8d075bc47ee29d69a2f01dc6bda97abf Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Tue, 16 Aug 2016 13:47:12 +0100 Subject: [PATCH] [priorizable] small edit to be usable with paramz 0.6.1 and greater --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c8d20add..4cb71d90 100644 --- a/setup.py +++ b/setup.py @@ -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',