Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#requirements.txt
|
| 2 |
+
|
| 3 |
+
# Core Libraries
|
| 4 |
+
streamlit>=1.32.0
|
| 5 |
+
google-generativeai>=0.7.0
|
| 6 |
+
|
| 7 |
+
# Optional: for specific version compatibility
|
| 8 |
+
protobuf>=4.25.0
|
| 9 |
+
typing-extensions>=4.10.0
|