mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
versions update
This commit is contained in:
parent
c883d9e599
commit
4ad8f3c02f
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
0.4.7b
|
||||
0.4.8a
|
||||
2
setup.py
2
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'],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue