Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ishaan Desai <ishaandesai@gmail.com>
  • Loading branch information
BenjaminRodenberg and IshaanDesai committed Feb 12, 2024
1 parent 53c09bc commit 47dc07e
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='info@precice.org',
license='LGPL-3.0',
packages=['fenicsprecice'],
install_requires=['pyprecice>=3.0.0.0.dev0', 'scipy', 'numpy>=1.13.3', 'mpi4py'],
install_requires=['pyprecice>=3.0.0.0', 'scipy', 'numpy>=1.13.3', 'mpi4py'],
test_suite='tests',
zip_safe=False)

0 comments on commit 47dc07e

Please sign in to comment.