From 732f3663820e8776ac7acae64a7752637d344876 Mon Sep 17 00:00:00 2001
From: Frederik Hennig <frederik.hennig@fau.de>
Date: Tue, 5 Nov 2024 16:29:04 +0100
Subject: [PATCH] Update lbmpy to 1.3.7

---
 .gitlab-ci.yml | 134 ++++++++++++++++++++++++-------------------------
 CMakeLists.txt |   2 +-
 2 files changed, 68 insertions(+), 68 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 69b4ec804..47ac8e026 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -277,7 +277,7 @@ gcc_10_serial:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -306,7 +306,7 @@ gcc_10_mpionly:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -333,7 +333,7 @@ gcc_10_hybrid:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -359,7 +359,7 @@ gcc_10_serial_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -389,7 +389,7 @@ gcc_10_mpionly_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -417,7 +417,7 @@ gcc_10_hybrid_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -441,7 +441,7 @@ gcc_10_hybrid_dbg_sp:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -471,7 +471,7 @@ gcc_11_serial:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -500,7 +500,7 @@ gcc_11_mpionly:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -527,7 +527,7 @@ gcc_11_hybrid:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -553,7 +553,7 @@ gcc_11_serial_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -583,7 +583,7 @@ gcc_11_mpionly_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -611,7 +611,7 @@ gcc_11_hybrid_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -638,7 +638,7 @@ gcc_11_hybrid_dbg_sp:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -668,7 +668,7 @@ gcc_12_serial:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -697,7 +697,7 @@ gcc_12_mpionly:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -724,7 +724,7 @@ gcc_12_hybrid:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -750,7 +750,7 @@ gcc_12_serial_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -780,7 +780,7 @@ gcc_12_mpionly_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -808,7 +808,7 @@ gcc_12_hybrid_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -835,7 +835,7 @@ gcc_12_hybrid_dbg_sp:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -865,7 +865,7 @@ gcc_13_serial:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -895,7 +895,7 @@ gcc_13_mpionly:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -924,7 +924,7 @@ gcc_13_hybrid:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -948,7 +948,7 @@ gcc_13_serial_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -976,7 +976,7 @@ gcc_13_mpionly_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1002,7 +1002,7 @@ gcc_13_hybrid_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1027,7 +1027,7 @@ gcc_13_hybrid_dbg_sp:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1055,7 +1055,7 @@ clang_14_serial:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1084,7 +1084,7 @@ clang_14_mpionly:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1111,7 +1111,7 @@ clang_14_hybrid:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1137,7 +1137,7 @@ clang_14_serial_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1167,7 +1167,7 @@ clang_14_mpionly_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1195,7 +1195,7 @@ clang_14_hybrid_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1219,7 +1219,7 @@ clang_14_hybrid_dbg_sp:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1249,7 +1249,7 @@ clang_15_serial:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1278,7 +1278,7 @@ clang_15_mpionly:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1305,7 +1305,7 @@ clang_15_hybrid:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1331,7 +1331,7 @@ clang_15_serial_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1361,7 +1361,7 @@ clang_15_mpionly_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1389,7 +1389,7 @@ clang_15_hybrid_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1416,7 +1416,7 @@ clang_15_hybrid_dbg_sp:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1446,7 +1446,7 @@ clang_16_serial:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1475,7 +1475,7 @@ clang_16_mpionly:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1502,7 +1502,7 @@ clang_16_hybrid:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1528,7 +1528,7 @@ clang_16_serial_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1558,7 +1558,7 @@ clang_16_mpionly_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1586,7 +1586,7 @@ clang_16_hybrid_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1613,7 +1613,7 @@ clang_16_hybrid_dbg_sp:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1643,7 +1643,7 @@ clang_17_serial:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1672,7 +1672,7 @@ clang_17_mpionly:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1699,7 +1699,7 @@ clang_17_hybrid:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1722,7 +1722,7 @@ clang_17_serial_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1749,7 +1749,7 @@ clang_17_mpionly_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1774,7 +1774,7 @@ clang_17_hybrid_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1799,7 +1799,7 @@ clang_17_hybrid_dbg_sp:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1826,7 +1826,7 @@ aocc_4_serial:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1855,7 +1855,7 @@ aocc_4_mpionly:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1882,7 +1882,7 @@ aocc_4_hybrid:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1905,7 +1905,7 @@ aocc_4_serial_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1932,7 +1932,7 @@ aocc_4_mpionly_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1957,7 +1957,7 @@ aocc_4_hybrid_dbg:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -1981,7 +1981,7 @@ aocc_4_hybrid_dbg_sp:
    before_script:
       - python3 -m venv ci-venv
       - source ci-venv/bin/activate
-      - python3 -m pip install lbmpy==1.3.6 jinja2 pytest
+      - python3 -m pip install lbmpy==1.3.7 jinja2 pytest
       - cd python
       - python3 -m pytest --junitxml=report.xml pystencils_walberla lbmpy_walberla
       - python3 -m pip list
@@ -2143,7 +2143,7 @@ mac_Serial_Dbg:
    extends: .mac_build_template
    before_script:
      - pip3 install pystencils==1.3.6
-     - pip3 install lbmpy==1.3.6
+     - pip3 install lbmpy==1.3.7
    variables:
       CMAKE_BUILD_TYPE: "DebugOptimized"
       CTEST_EXCLUDE_LABELS: "longrun"
@@ -2156,7 +2156,7 @@ mac_Serial:
    extends: .mac_build_template
    before_script:
      - pip3 install pystencils==1.3.6
-     - pip3 install lbmpy==1.3.6
+     - pip3 install lbmpy==1.3.7
    variables:
       CMAKE_BUILD_TYPE: "Release"
       CTEST_EXCLUDE_LABELS: "longrun"
@@ -2169,7 +2169,7 @@ mac_MpiOnly_Dbg:
    extends: .mac_build_template
    before_script:
      - pip3 install pystencils==1.3.6
-     - pip3 install lbmpy==1.3.6
+     - pip3 install lbmpy==1.3.7
    variables:
       CMAKE_BUILD_TYPE: "DebugOptimized"
       CTEST_EXCLUDE_LABELS: "longrun"
@@ -2183,7 +2183,7 @@ mac_MpiOnly:
    extends: .mac_build_template
    before_script:
      - pip3 install pystencils==1.3.6
-     - pip3 install lbmpy==1.3.6
+     - pip3 install lbmpy==1.3.7
    variables:
       CMAKE_BUILD_TYPE: "Release"
       CTEST_EXCLUDE_LABELS: "longrun"
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 10eef1bc9..3fa4614ab 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -619,7 +619,7 @@ endif ()
 ##
 #############################################################################################################################
 if ( WALBERLA_BUILD_WITH_CODEGEN )
-   set(LBMPY_MIN_VERSION 1.3.6)
+   set(LBMPY_MIN_VERSION 1.3.7)
    execute_process(COMMAND ${Python_EXECUTABLE} -c "import lbmpy; print(lbmpy.__version__)"
          RESULT_VARIABLE LBMPY_FOUND OUTPUT_VARIABLE LBMPY_VERSION)
     if(NOT LBMPY_FOUND EQUAL 0)
-- 
GitLab