From 73e59571b49a0d31d2b3305ebb784e7b2cf384d6 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Mon, 3 Oct 2016 12:23:44 +0100 Subject: [PATCH] chg: version update on paramz --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 43e70815..942cf93c 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.6.8'], + install_requires = ['numpy>=1.7', 'scipy>=0.16', 'six', 'paramz>=0.6.9'], extras_require = {'docs':['sphinx'], 'optional':['mpi4py', 'ipython>=4.0.0',