From d55f04d3d86201b936490ff181ee237419dd090a Mon Sep 17 00:00:00 2001 From: Eric Jensen Date: Wed, 20 Aug 2025 09:55:55 -0400 Subject: [PATCH] fix pyamg more per https://github.com/pushd/pushd-dither/commit/6d49bc9dd7ed76f8f0da2e3dc3f3e193752cbbdc --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index b36392be50..1e8b426d03 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -49,7 +49,7 @@ RUN apt-get update \ RUN pip3 install scikit-image==0.22.0 scipy==1.11.4 opencv-python numpy Pillow dlib==19.24.4 --break-system-packages # https://pushd.slack.com/archives/C07A4MNKDE2/p1755641040891479?thread_ts=1755542357.600459&cid=C07A4MNKDE2 -RUN pip3 install git+https://github.com/pyamg/pyamg.git@5e0224e2881faf93a9e62783a212e346d2979460 --break-system-packages +RUN pip3 install git+https://github.com/pushd/pyamg.git@v5.2.0_with_pinned_scm --break-system-packages COPY plugins/pushd-dither /opt/pushd-dither/