From bd38d6537d24ed8a8587b40f803be0cee248238b Mon Sep 17 00:00:00 2001 From: Marcus Mohr <marcus.mohr@lmu.de> Date: Mon, 14 Apr 2025 17:01:31 +0200 Subject: [PATCH] Update hog version to include fix for path to P2PlusBubbleFunction.hpp --- generate/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generate/requirements.txt b/generate/requirements.txt index 8e157107..03c04d71 100644 --- a/generate/requirements.txt +++ b/generate/requirements.txt @@ -1,10 +1,10 @@ --extra-index-url https://test.pypi.org/simple/ # users with account on i10git.cs.fau.de can use ssh -# hog @ git+ssh://git@i10git.cs.fau.de/hyteg/hog@c9487067d79ddb2593bb5bcbef3d4649ea44f3cb +# hog @ git+ssh://git@i10git.cs.fau.de/hyteg/hog@dd4431676255512e6baf08dcc8dac301c1b836a1 # others should prefer https -hog @ git+https://i10git.cs.fau.de/hyteg/hog@c9487067d79ddb2593bb5bcbef3d4649ea44f3cb +hog @ git+https://i10git.cs.fau.de/hyteg/hog@dd4431676255512e6baf08dcc8dac301c1b836a1 tomli >= 1.1.0 ; python_version < "3.11" clang-format -- GitLab