Skip to content
Merged
Show file tree
Hide file tree
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
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ accelerate==1.12.0
# via peft
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.13.4
aiohttp==3.14.1
# via fsspec
aiosignal==1.4.0
# via aiohttp
Expand Down Expand Up @@ -129,7 +129,7 @@ hyperframe==6.1.0
# via h2
hyperpyyaml==1.2.3
# via speechbrain
idna==3.11
idna==3.15
# via
# anyio
# httpx
Expand Down Expand Up @@ -163,7 +163,7 @@ llvmlite==0.46.0
# via
# batchalign (setup.py)
# numba
lxml==6.0.2
lxml==6.1.0
# via blobfile
mako==1.3.10
# via alembic
Expand Down Expand Up @@ -269,7 +269,7 @@ pandas==2.3.3
# pyannote-metrics
peft==0.18.1
# via stanza
pillow==12.1.1
pillow==12.2.0
# via matplotlib
platformdirs==4.5.1
# via batchalign (setup.py)
Expand Down Expand Up @@ -311,7 +311,7 @@ pyannote-metrics==3.2.1
# via pyannote-audio
pyannote-pipeline==3.0.1
# via pyannote-audio
pyarrow==23.0.0
pyarrow==23.0.1
# via audformat
pycantonese==4.2.0
# via batchalign (setup.py)
Expand All @@ -337,7 +337,7 @@ python-dateutil==2.9.0.post0
# via
# matplotlib
# pandas
pytorch-lightning==2.6.0
pytorch-lightning==2.6.1
# via lightning
pytorch-metric-learning==2.9.0
# via pyannote-audio
Expand Down Expand Up @@ -433,7 +433,7 @@ sqlalchemy==2.0.46
# via
# alembic
# optuna
stanza==1.11.0
stanza==1.12.2
# via batchalign (setup.py)
sympy==1.14.0
# via
Expand All @@ -454,7 +454,7 @@ tokenizers==0.22.2
# via
# batchalign (setup.py)
# transformers
torch==2.8.0
torch==2.12.1
# via
# batchalign (setup.py)
# accelerate
Expand Down Expand Up @@ -503,7 +503,7 @@ tqdm==4.67.1
# speechbrain
# stanza
# transformers
transformers==4.57.6
transformers==5.0.0rc3
# via
# batchalign (setup.py)
# peft
Expand Down Expand Up @@ -533,7 +533,7 @@ typing-inspection==0.4.2
# via pydantic
tzdata==2025.3
# via pandas
urllib3==2.6.3
urllib3==2.7.0
# via
# blobfile
# requests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.9",
"torch>=2.7,<2.13",
"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",
Expand Down
Loading