Skip to content

Commit

Permalink
Put the mpi4py requirement back in
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Anibal authored Oct 27, 2020
1 parent 26ce508 commit e19f71b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
install_requires=[
'numpy>=1.16',
'pyspline>=1.1',
'scipy>=1.2'
'scipy>=1.2',
'mpi4py>=3.0'
],
extras_require = {
'testing': ["numpy-stl"]
Expand Down

0 comments on commit e19f71b

Please sign in to comment.