From caef5f686f582054f3fc64a6a8325abef2d96919 Mon Sep 17 00:00:00 2001 From: steebchen Date: Fri, 16 Aug 2024 15:37:10 +0100 Subject: [PATCH] upgrade sympy --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 16b6758..874ceb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ RUN /app/install_deps.sh # Install Cairo0 for end-to-end test. RUN pip install cairo-lang==0.12.0 +RUN pip install sympy==1.12.1 COPY docker_common_deps.sh /app/ WORKDIR /app/