From 102c328737087d40c18783f33c65087ef857517c Mon Sep 17 00:00:00 2001
From: Frederik Hennig <frederik.hennig@fau.de>
Date: Sat, 12 Apr 2025 11:23:48 +0200
Subject: [PATCH] fix pystencils 2.0 git rev in noxfile

---
 noxfile.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/noxfile.py b/noxfile.py
index 3f3c630c..33b11862 100644
--- a/noxfile.py
+++ b/noxfile.py
@@ -146,7 +146,7 @@ def testsuite_pystencils2(session: nox.Session, cupy_version: str | None):
         install_cupy(session, cupy_version, skip_if_no_cuda=True)
 
     session.install(
-        "git+https://i10git.cs.fau.de/pycodegen/pystencils.git@fhennig/patches-for-lbmpy"
+        "git+https://i10git.cs.fau.de/pycodegen/pystencils.git@v2.0-dev"
     )
     editable_install(session, ["alltrafos", "use_cython", "interactive", "tests"])
 
-- 
GitLab