Skip to content

Commit

Permalink
add dependency on PySDM-examples and open-atmos-jupyter-utils packages (
Browse files Browse the repository at this point in the history
  • Loading branch information
AgnieszkaZaba authored Jan 21, 2025
1 parent c6e6306 commit afe2f91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ def get_long_description():
"matplotlib",
"pytest",
"pytest-timeout",
"PySDM-examples",
"open-atmos-jupyter-utils>=v1.2.0",
]
+ (["PyPartMC==1.3.6"] if sys.version_info < (3, 12) else []) # TODO #1410
+ (
Expand Down

0 comments on commit afe2f91

Please sign in to comment.