chenguittiMaroua commited on
Commit
5969ada
·
verified ·
1 Parent(s): 118cebd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -10,16 +10,16 @@ pytesseract>=0.3.10
10
  pillow>=9.5.0
11
  openai>=0.27.0
12
  matplotlib>=3.7.0
13
- seaborn>=0.12.0
14
  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
19
- uvicorn
20
  jinja2
21
  slowapi>=0.1.5
22
- fastapi>=0.68.0
23
  uvicorn>=0.15.0
24
  openpyxl
25
  seaborn
 
10
  pillow>=9.5.0
11
  openai>=0.27.0
12
  matplotlib>=3.7.0
13
+
14
  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
19
+
20
  jinja2
21
  slowapi>=0.1.5
22
+
23
  uvicorn>=0.15.0
24
  openpyxl
25
  seaborn