Skip to content

Commit

Permalink
require newer PyMPDATA version
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Dec 4, 2023
1 parent cfafe8f commit 1bd8f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_long_description():
setup_requires=["setuptools_scm"],
install_requires=[
"PySDM",
"PyMPDATA",
"PyMPDATA" + ">=1.0.15" if CI else "",
"open-atmos-jupyter-utils",
"pystrict",
"matplotlib" + "<3.8.0" if CI else "", # TODO #1142
Expand Down

0 comments on commit 1bd8f31

Please sign in to comment.