version change (early beta, do not change until everythin works

This commit is contained in:
Max Zwiessele 2014-01-24 11:59:54 +00:00
parent 4807967ce7
commit 06ad627f0a
3 changed files with 27 additions and 2 deletions

View file

@ -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=['scipy == 0.12','matplotlib >= 1.2', 'nose'],
install_requires=['scipy >= 0.12','matplotlib >= 1.2', 'nose'],
extras_require = {
'docs':['Sphinx', 'ipython'],
},