Skip to content

Commit

Permalink
Add Cython as dependency required during installation (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai authored Feb 5, 2024
1 parent 49c2af0 commit c4d9786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def initialize_options(self):
author_email='[email protected]',
license='LGPL-3.0',
python_requires='>=3',
install_requires=['numpy', 'mpi4py'],
install_requires=['numpy', 'mpi4py', 'Cython'],
# mpi4py is only needed, if preCICE was compiled with MPI
# see https://github.com/precice/python-bindings/issues/8
packages=['precice'],
Expand Down

0 comments on commit c4d9786

Please sign in to comment.