remove the automatic importing mpi4py

This commit is contained in:
Zhenwen Dai 2015-09-23 16:25:39 +01:00
parent a98bafb5b4
commit cb1f6f1486
4 changed files with 18 additions and 24 deletions

View file

@ -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',