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