From 10968068c32897cc6b229afba3e4bac65bdc5106 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 21:09:50 +0000 Subject: [PATCH] Update dependency numpy to v1.25.0 --- models/speech2text/whisper/pyproject.toml | 2 +- notebooks/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/models/speech2text/whisper/pyproject.toml b/models/speech2text/whisper/pyproject.toml index 9d16eab12..25aa2d93b 100644 --- a/models/speech2text/whisper/pyproject.toml +++ b/models/speech2text/whisper/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "jupyter~=1.0.0", "pydub~=0.25.1", "openai-whisper==20230314", - "numpy~=1.24.3", + "numpy~=1.25.0", "fastapi~=0.96.0", "uvicorn~=0.22.0", "python-multipart~=0.0.6", diff --git a/notebooks/requirements.txt b/notebooks/requirements.txt index 4803d2930..a60a42adb 100644 --- a/notebooks/requirements.txt +++ b/notebooks/requirements.txt @@ -1,5 +1,5 @@ aiohttp -numpy==1.24.3 +numpy==1.25.0 openai==0.27.7 pandas==1.5.3 redis==4.5.5