Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- 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 |
-
|
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
|
|
|
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
|