diff --git a/docs/markdown/pympdata_landing.md b/docs/markdown/pympdata_landing.md index 16e90bd5..572ea15d 100644 --- a/docs/markdown/pympdata_landing.md +++ b/docs/markdown/pympdata_landing.md @@ -586,6 +586,8 @@ See [README.md](https://github.com/open-atmos/PyMPDATA/tree/main/README.md). https://github.com/RinceWND/extPOM/blob/master/pom/solver.f - TourOfJulia (Julia): https://github.com/themantra108/TourOfJulia.jl/blob/master/06b_smolarkiewicz.jl +- ICAR (Fortran): + https://github.com/NCAR/icar/blob/main/src/physics/adv_mpdata.f90 # Other Python packages for solving hyperbolic transport equations diff --git a/setup.py b/setup.py index f1e309f9..cb0581a9 100644 --- a/setup.py +++ b/setup.py @@ -52,8 +52,7 @@ def get_long_description(): extras_require={ "tests": [ "PyMPDATA-examples", - "pillow" - + ("<11.3.0" if CI else ""), # until matplotlib fixes deprecation errors + "pillow", "matplotlib" + (">=3.2.2" if CI else ""), "scipy" + (