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:
Claude 2025-11-18 03:19:53 +00:00
parent 341f74be86
commit 3c9fdc8b5f
No known key found for this signature in database

View File

@ -2,7 +2,7 @@ Flask==2.3.3
Flask-CORS==4.0.0 Flask-CORS==4.0.0
python-dotenv==1.0.0 python-dotenv==1.0.0
openai-whisper>=20230314 openai-whisper>=20230314
torch>=1.10.1,<2.0 torch>=1.10.1
numpy>=1.21.0 numpy>=1.21.0
python-multipart==0.0.6 python-multipart==0.0.6
gunicorn==21.2.0 gunicorn==21.2.0