mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
change setup.py accordingly.
This commit is contained in:
parent
049b58c729
commit
33fcd06ccc
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -24,9 +24,9 @@ setup(name = 'GPy',
|
|||
package_data = {'GPy': ['defaults.cfg', 'installation.cfg', 'util/data_resources.json', 'util/football_teams.json']},
|
||||
py_modules = ['GPy.__init__'],
|
||||
long_description=read('README.md'),
|
||||
install_requires=['numpy>=1.6', 'scipy>=0.9','matplotlib>=1.1'],
|
||||
install_requires=['numpy>=1.6', 'scipy>=0.9'],
|
||||
extras_require = {
|
||||
'docs':['Sphinx', 'ipython'],
|
||||
'docs':['matplotlib>=1.1','Sphinx','ipython'],
|
||||
},
|
||||
classifiers=[
|
||||
"License :: OSI Approved :: BSD License"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue