chenguittiMaroua commited on
Commit
56041e8
·
verified ·
1 Parent(s): 64a18a3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -15,4 +15,6 @@ tensorflow==2.12.0 # Last stable version with Keras 2.x
15
  torch>=2.0.0
16
  sentence-transformers>=2.2.2
17
  tf-keras>=2.12.0 # Explicitly required for transformers compatibility
18
- keras==2.12.0 # Lock to Keras 2.x
 
 
 
15
  torch>=2.0.0
16
  sentence-transformers>=2.2.2
17
  tf-keras>=2.12.0 # Explicitly required for transformers compatibility
18
+ keras==2.12.0 # Lock to Keras 2.x
19
+ uvicorn
20
+ jinja2