From 4ad8f3c02fbf98ad8b603b03abb8a456f20e1344 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Fri, 10 Jan 2014 09:59:47 +0000 Subject: [PATCH] versions update --- GPy/version | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GPy/version b/GPy/version index a0c16133..a4c599be 100644 --- a/GPy/version +++ b/GPy/version @@ -1 +1 @@ -0.4.7b \ No newline at end of file +0.4.8a \ No newline at end of file diff --git a/setup.py b/setup.py index c0fb02e4..6b399114 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup(name = 'GPy', package_data = {'GPy': ['GPy/examples', 'gpy_config.cfg', 'util/data_resources.json', 'version']}, py_modules = ['GPy.__init__'], long_description=read('README.md'), - install_requires=['numpy >= 1.6', 'scipy == 0.12','matplotlib >= 1.2', 'nose'], + install_requires=['scipy == 0.12','matplotlib >= 1.2', 'nose'], extras_require = { 'docs':['Sphinx', 'ipython'], },