From 8ae81a124d4730803bc30009ace8268dca8df8d3 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Fri, 25 Oct 2024 21:48:01 +0800 Subject: [PATCH] update dependencies --- Dockerfile | 2 +- requirements_version.txt | 50 ++++++++++++++++++++-------------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Dockerfile b/Dockerfile index eec5383..d4a51df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/nvidia/cuda:12.0.0-cudnn8-runtime-ubuntu22.04 +FROM nvidia/cuda:12.3.2-cudnn9-runtime-ubuntu22.04 RUN apt-get update && \ apt-get install -y ffmpeg python3 python3-pip git && \ diff --git a/requirements_version.txt b/requirements_version.txt index d6d286c..4403b05 100644 --- a/requirements_version.txt +++ b/requirements_version.txt @@ -1,49 +1,49 @@ annotated-types==0.7.0 -anyio==4.4.0 +anyio==4.6.2.post1 av==12.3.0 certifi==2024.8.30 cffi==1.17.1 -charset-normalizer==3.3.2 +charset-normalizer==3.4.0 click==8.1.7 coloredlogs==15.0.1 -ctranslate2==4.4.0 +ctranslate2==4.5.0 exceptiongroup==1.2.2 -fastapi==0.114.1 -faster-whisper @ git+https://github.com/heimoshuiyu/faster-whisper@28a4d11a736d8cdeb4655ee5d7e4b4e7ae5ec8e0 -filelock==3.16.0 +fastapi==0.115.3 +faster-whisper @ git+https://github.com/heimoshuiyu/faster-whisper@8563f889cb23c2f8d64568d7a4a1c7beea28618b +filelock==3.16.1 flatbuffers==24.3.25 -fsspec==2024.9.0 +fsspec==2024.10.0 h11==0.14.0 -httptools==0.6.1 -huggingface-hub==0.24.6 +httptools==0.6.4 +huggingface-hub==0.26.1 humanfriendly==10.0 -idna==3.8 +idna==3.10 mpmath==1.3.0 -numpy==2.1.1 +numpy==2.1.2 onnxruntime==1.19.2 OpenCC==1.1.9 packaging==24.1 prometheus-fastapi-instrumentator==7.0.0 -prometheus_client==0.20.0 -protobuf==5.28.0 +prometheus_client==0.21.0 +protobuf==5.28.3 pycparser==2.22 -pydantic==2.9.1 -pydantic_core==2.23.3 +pydantic==2.9.2 +pydantic_core==2.23.4 pydub==0.25.1 python-dotenv==1.0.1 -python-multipart==0.0.9 +python-multipart==0.0.12 PyYAML==6.0.2 requests==2.32.3 sniffio==1.3.1 -sounddevice==0.5.0 -starlette==0.38.5 -sympy==1.13.2 -tokenizers==0.20.0 +sounddevice==0.5.1 +starlette==0.41.0 +sympy==1.13.3 +tokenizers==0.20.1 tqdm==4.66.5 typing_extensions==4.12.2 -urllib3==2.2.2 -uvicorn==0.30.6 -uvloop==0.20.0 +urllib3==2.2.3 +uvicorn==0.32.0 +uvloop==0.21.0 watchfiles==0.24.0 -websockets==13.0.1 -whisper-ctranslate2==0.4.5 +websockets==13.1 +whisper-ctranslate2==0.4.6