Skip to content

Commit

Permalink
versions update
Browse files Browse the repository at this point in the history
  • Loading branch information
mzwiessele committed Jan 10, 2014
1 parent c883d9e commit 4ad8f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GPy/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.7b
0.4.8a
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(fname):
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'],
},
Expand Down

0 comments on commit 4ad8f3c

Please sign in to comment.