diff --git a/CHANGELOG.md b/CHANGELOG.md index dad380793..e38a22d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Next - feat(sample): add transcription of sample file +- setup: relax torch dependencies constraints ## Version 4.0.3 (2025-12-07) diff --git a/pyproject.toml b/pyproject.toml index 8f45f3de3..d9036deaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,11 +23,10 @@ dependencies = [ "rich>=13.9.4", "safetensors>=0.5.2", "torch-audiomentations>=0.12.0", - "torch==2.8.0", - "torchaudio==2.8.0", - "torchcodec==0.7.0", + "torch>=2.8.0", + "torchaudio>=2.8.0", + "torchcodec>=0.7.0", "torchmetrics>=1.6.1", - "soundfile>=0.13.1", "matplotlib>=3.10.0", "pyannoteai-sdk>=0.3.0", ]