mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
remove the automatic importing mpi4py
This commit is contained in:
parent
a98bafb5b4
commit
cb1f6f1486
4 changed files with 18 additions and 24 deletions
2
setup.py
2
setup.py
|
|
@ -88,7 +88,7 @@ setup(name = 'GPy',
|
|||
test_suite = 'GPy.testing',
|
||||
long_description=read_to_rst('README.md'),
|
||||
install_requires=['numpy>=1.7', 'scipy>=0.16', 'six'],
|
||||
extras_require = {'docs':['matplotlib >=1.3','Sphinx','IPython']},
|
||||
extras_require = {'docs':['matplotlib >=1.3','Sphinx','IPython'],'optional':['mpi4py']},
|
||||
classifiers=['License :: OSI Approved :: BSD License',
|
||||
'Natural Language :: English',
|
||||
'Operating System :: MacOS :: MacOS X',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue