Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
|
|
|
|
1 |
streamlit
|
2 |
google-generativeai
|
3 |
-
chromadb
|
4 |
-
|
5 |
-
|
|
|
|
1 |
+
# requirements.txt
|
2 |
+
|
3 |
streamlit
|
4 |
google-generativeai
|
5 |
+
chromadb-client # Or just chromadb if that's what you installed
|
6 |
+
pillow
|
7 |
+
numpy<2.0 # <-- Add or modify this line
|
8 |
+
# Add any other specific dependencies you have
|