Skip to content

Commit

Permalink
Restrict pyprecice to v2.5.0.4 to ensure working state
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Aug 26, 2023
1 parent 7cab4ae commit 2c93cfb
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 @@ -26,7 +26,7 @@
packages=find_packages(
exclude=['examples']),
install_requires=[
'pyprecice>=2.3.0, <=2.5.0',
'pyprecice==2.5.0.4',
'numpy>=1.13.3',
'mpi4py'],
test_suite='tests',
Expand Down

0 comments on commit 2c93cfb

Please sign in to comment.