From e8f23104b9af88703860f05e2507f28208bd3808 Mon Sep 17 00:00:00 2001 From: Stephan Auerhahn Date: Mon, 25 Jul 2022 11:53:49 +0000 Subject: [PATCH] Python version --- cog.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cog.yaml b/cog.yaml index 989f5a3..e32da28 100644 --- a/cog.yaml +++ b/cog.yaml @@ -3,14 +3,14 @@ build: gpu: true - + system_packages: - "ffmpeg" - "libsm6" - "libxext6" - "libglib2.0-0" - python_version: "3.8" + python_version: "3.9" python_packages: - "deep-translator==1.8.3" - "gifmaker==1.5"