Skip to content

Commit

Permalink
Update setup.py (#175)
Browse files Browse the repository at this point in the history
* Fixes tests
  • Loading branch information
BenjaminRodenberg authored Aug 19, 2024
1 parent f78286f commit 8e0dfa5
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 @@ -39,6 +39,6 @@
author_email='[email protected]',
license='LGPL-3.0',
packages=['fenicsprecice'],
install_requires=['pyprecice>=3.0.0.0', 'scipy', 'numpy>=1.13.3', 'mpi4py'],
install_requires=['pyprecice>=3.0.0.0', 'scipy', 'numpy>=1.13.3, <2', 'mpi4py'],
test_suite='tests',
zip_safe=False)

0 comments on commit 8e0dfa5

Please sign in to comment.