Matb09 commited on
Commit
7586773
·
1 Parent(s): 88057e8
Files changed (1) hide show
  1. requirements.txt +2 -3
requirements.txt CHANGED
@@ -2,11 +2,10 @@
2
 
3
  # --- Core ML/AI ---
4
  torch==2.1.2
5
- transformers==4.38.2
6
- # Pinning tensorflow and keras to avoid conflicts
7
  tf-keras==2.15.0
8
  tensorflow==2.15.0
9
- fer # <-- CORRECTED: Removed non-existent version pin
10
  # Whisper and its dependencies
11
  whisper_timestamped==1.14.3
12
  git+https://github.com/openai/whisper.git@v20231117
 
2
 
3
  # --- Core ML/AI ---
4
  torch==2.1.2
5
+ # REMOVED transformers==4.38.2 to use the endpoint's native version
 
6
  tf-keras==2.15.0
7
  tensorflow==2.15.0
8
+ fer
9
  # Whisper and its dependencies
10
  whisper_timestamped==1.14.3
11
  git+https://github.com/openai/whisper.git@v20231117