Skip to content

Commit

Permalink
Fix version requirement to also support dev version.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRodenberg committed Sep 27, 2023
1 parent f661455 commit 9935467
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.dev0', 'scipy', 'numpy>=1.13.3', 'mpi4py'],
test_suite='tests',
zip_safe=False)

0 comments on commit 9935467

Please sign in to comment.