mirror of
https://github.com/openai/whisper.git
synced 2025-11-28 16:14:00 +00:00
fix: Remove restrictive PyTorch version constraint
- Change from torch>=1.10.1,<2.0 to torch>=1.10.1 - Latest PyTorch versions (2.5+) are available and compatible - This fixes 'No matching distribution found' error on Railway - Allows pip to install latest stable PyTorch version
This commit is contained in:
parent
341f74be86
commit
3c9fdc8b5f
@ -2,7 +2,7 @@ Flask==2.3.3
|
||||
Flask-CORS==4.0.0
|
||||
python-dotenv==1.0.0
|
||||
openai-whisper>=20230314
|
||||
torch>=1.10.1,<2.0
|
||||
torch>=1.10.1
|
||||
numpy>=1.21.0
|
||||
python-multipart==0.0.6
|
||||
gunicorn==21.2.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user