We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac8ee4 commit 62f8977Copy full SHA for 62f8977
setup.py
@@ -68,6 +68,7 @@
68
include_package_data=True,
69
# https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-dependencies
70
extras_require={
71
+ 'MPI': ["mpi4py"]
72
},
73
# If there are data files included in your packages that need to be
74
# installed, specify them here. If using Python 2.6 or less, then these
0 commit comments