From 736df114542cb9ee0e8ba66a651ba45432d59a76 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 20 Aug 2024 20:14:35 +0200 Subject: [PATCH] fix(ci): pin to llvmlite 0.43 (#3342) Signed-off-by: Ettore Di Giacinto --- Dockerfile | 2 +- backend/python/parler-tts/requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a9d7b7de..9d651760 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,7 +81,7 @@ RUN apt-get update && \ espeak \ python3-pip \ python-is-python3 \ - python3-dev llvm-10* \ + python3-dev llvm \ python3-venv && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* && \ diff --git a/backend/python/parler-tts/requirements.txt b/backend/python/parler-tts/requirements.txt index 920971ce..1f17c892 100644 --- a/backend/python/parler-tts/requirements.txt +++ b/backend/python/parler-tts/requirements.txt @@ -1,3 +1,4 @@ grpcio==1.65.5 protobuf -certifi \ No newline at end of file +certifi +llvmlite==0.43.0 \ No newline at end of file