Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRodenberg committed Sep 4, 2024
1 parent 487fb9f commit c2c156a
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 @@ -137,7 +137,7 @@ def initialize_options(self):
author_email='[email protected]',
license='LGPL-3.0',
python_requires='>=3',
install_requires=['numpy<2', 'mpi4py', 'Cython'],
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 c2c156a

Please sign in to comment.