Skip to content

Commit

Permalink
build: remove mpi4py from parallel opt-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gtdang committed Nov 21, 2024
1 parent 104cf3e commit 81dd57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ docs = [
'sphinx-gallery', 'sphinx_bootstrap_theme', 'sphinx-copybutton',
'pillow', 'numpydoc',
]
parallel = ['joblib', 'psutil', 'mpi4py']
parallel = ['joblib', 'psutil']
gui = ['ipywidgets>=8.0.0', 'ipykernel', 'ipympl', 'voila']
dev = ["hnn-core[opt,test,docs,parallel,gui]"]

Expand Down

0 comments on commit 81dd57a

Please sign in to comment.