Fix torch version requirement for Python 3.13 compatibility

- Updated torch requirement from ==2.0.0 to >=2.5.0
- Python 3.13 requires torch 2.5.0 or newer
- Added torchvision and torchaudio without version pins
parent dcad925d
...@@ -27,7 +27,9 @@ python-multipart>=0.0.6 # for multipart form data parsing ...@@ -27,7 +27,9 @@ python-multipart>=0.0.6 # for multipart form data parsing
# torchaudio==2.0.0 # torchaudio==2.0.0
# For CPU only: # For CPU only:
torch==2.0.0 torch>=2.5.0
torchvision
torchaudio
# ML dependencies # ML dependencies
transformers>=4.35.0 transformers>=4.35.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment