From 0ea487ac3adeb20c5134f04b14d601b24209977e Mon Sep 17 00:00:00 2001 From: Will Sackfield Date: Tue, 28 Jan 2025 10:47:27 -0500 Subject: [PATCH] Change ffmpeg int test to 3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Python 3.12 doesn’t work for ffmpeg --- .../test_integration/fixtures/ffmpeg-package/cog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-integration/test_integration/fixtures/ffmpeg-package/cog.yaml b/test-integration/test_integration/fixtures/ffmpeg-package/cog.yaml index 5c9a8ef079..2bef07ee61 100644 --- a/test-integration/test_integration/fixtures/ffmpeg-package/cog.yaml +++ b/test-integration/test_integration/fixtures/ffmpeg-package/cog.yaml @@ -1,6 +1,6 @@ build: gpu: true - python_version: "3.9" + python_version: "3.12" python_packages: - "torch==2.5.1" cuda: "12.4"