diff --git a/requirements.txt b/requirements.txt index 1e1086a..b2f4de3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -454,7 +454,7 @@ tokenizers==0.22.2 # via # batchalign (setup.py) # transformers -torch==2.12.1 +torch==2.13.0 # via # batchalign (setup.py) # accelerate @@ -503,7 +503,7 @@ tqdm==4.67.1 # speechbrain # stanza # transformers -transformers==5.3.0 +transformers==5.5.0 # via # batchalign (setup.py) # peft diff --git a/setup.py b/setup.py index 36cc265..7af265a 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def read(fname): "filelock>=3.0.0", "nltk>=3.8", "praatio>=6.0.0,<6.1.0", - "torch>=2.7,<2.13", + "torch>=2.7,<2.14", "torchaudio>=2.7,<2.9", # <2.9: keep list_audio_backends; <2.10: keep AudioMetaData — needed by pyannote.audio 3.x (torch.load weights_only patched in batchalign.pipelines.diarization.pyannote) "soundfile>=0.12.0", # Audio I/O backend (replaces torchaudio.load/save/info) # "pyAudioAnalysis",