Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump werkzeug from 3.0.3 to 3.0.6 #176

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 35 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ click==8.1.7
# typer
cloudpickle==3.0.0
# via submitit
colorama==0.4.6
# via
# click
# colorlog
# pylint
# pytest
# tqdm
coloredlogs==15.0.1
# via onnxruntime
colorlog==6.8.2
Expand Down Expand Up @@ -106,6 +99,7 @@ filelock==3.15.4
# pyannote-pipeline
# torch
# transformers
# triton
flatbuffers==24.3.25
# via
# onnxruntime
Expand Down Expand Up @@ -303,6 +297,37 @@ numpy==1.26.4
# tensorflow
# torchmetrics
# transformers
nvidia-cublas-cu12==12.1.3.1
# via
# nvidia-cudnn-cu12
# nvidia-cusolver-cu12
# torch
nvidia-cuda-cupti-cu12==12.1.105
# via torch
nvidia-cuda-nvrtc-cu12==12.1.105
# via torch
nvidia-cuda-runtime-cu12==12.1.105
# via torch
nvidia-cudnn-cu12==9.1.0.70
# via torch
nvidia-cufft-cu12==11.0.2.54
# via torch
nvidia-curand-cu12==10.3.2.106
# via torch
nvidia-cusolver-cu12==11.4.5.107
# via torch
nvidia-cusparse-cu12==12.1.0.106
# via
# nvidia-cusolver-cu12
# torch
nvidia-nccl-cu12==2.20.5
# via torch
nvidia-nvjitlink-cu12==12.6.77
# via
# nvidia-cusolver-cu12
# nvidia-cusparse-cu12
nvidia-nvtx-cu12==12.1.105
# via torch
oauthlib==3.2.2
# via requests-oauthlib
omegaconf==2.3.0
Expand Down Expand Up @@ -408,8 +433,6 @@ pylint==3.2.6
# via -r requirements.in
pyparsing==3.1.2
# via matplotlib
pyreadline3==3.4.1
# via humanfriendly
pytest==8.3.2
# via -r requirements.in
python-dateutil==2.9.0.post0
Expand Down Expand Up @@ -611,6 +634,8 @@ transformers==4.39.3
# via whisperx
treetable==0.2.5
# via dora-search
triton==3.0.0
# via torch
typer==0.12.3
# via pyannote-database
typing-extensions==4.12.2
Expand Down Expand Up @@ -644,7 +669,7 @@ webcolors==24.6.0
# via music21
websockets==12.0
# via yt-dlp
werkzeug==3.0.3
werkzeug==3.0.6
# via tensorboard
wheel==0.43.0
# via
Expand Down
Loading