mirror of
https://github.com/openai/whisper.git
synced 2025-11-23 22:15:58 +00:00
fix: Update dependencies for Railway compatibility
- Change openai-whisper to flexible version constraint (>=20230314) - Add explicit numpy dependency for better compatibility - Remove exact version pins that cause build failures on Railway This fixes the KeyError: '__version__' error during pip install on Railway.
This commit is contained in:
parent
d93554a9ec
commit
54ffdb7e33
@ -1,7 +1,9 @@
|
|||||||
Flask==2.3.3
|
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==20240930
|
openai-whisper>=20230314
|
||||||
torch>=1.10.1
|
torch>=1.10.1
|
||||||
|
numpy>=1.21.0
|
||||||
python-multipart==0.0.6
|
python-multipart==0.0.6
|
||||||
gunicorn==21.2.0
|
gunicorn==21.2.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user