From 83c86014572599a97e57fe86b1a67bcc7271e914 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Fri, 25 Aug 2023 18:51:30 +0530 Subject: [PATCH 1/2] Upgrade SymPy to 1.12 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c3441c5..359bfc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ enum34==1.1.10 nose==1.3.7 requests==2.23.0 docutils==0.16 -sympy==1.6.2 +sympy==1.12 From f0118ba6b1ef6ac140535cc4594ed49e047d8585 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Tue, 12 Mar 2024 11:26:39 +0000 Subject: [PATCH 2/2] bump python to 3.8 --- docker/app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/app/Dockerfile b/docker/app/Dockerfile index 1a00e9d..2d30a57 100644 --- a/docker/app/Dockerfile +++ b/docker/app/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-slim-buster +FROM python:3.8-slim RUN apt-get update \ # dependencies for building Python packages