mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-30 14:35:15 +02:00
Update setup.py
This commit is contained in:
parent
9fa57a26dd
commit
4907223a7f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -87,7 +87,7 @@ setup(name = 'GPy',
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
py_modules = ['GPy.__init__'],
|
py_modules = ['GPy.__init__'],
|
||||||
test_suite = 'GPy.testing',
|
test_suite = 'GPy.testing',
|
||||||
long_description=read_to_rst('README.rst'),
|
long_description=read_to_rst('README.md'),
|
||||||
install_requires=['numpy>=1.7', 'scipy>=0.16'],
|
install_requires=['numpy>=1.7', 'scipy>=0.16'],
|
||||||
extras_require = {'docs':['matplotlib >=1.3','Sphinx','IPython']},
|
extras_require = {'docs':['matplotlib >=1.3','Sphinx','IPython']},
|
||||||
classifiers=['License :: OSI Approved :: BSD License',
|
classifiers=['License :: OSI Approved :: BSD License',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue