Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
streamlit>=1.25.0
|
2 |
-
pandas
|
3 |
-
uuid
|
4 |
-
chromadb
|
5 |
-
langchain_groq
|
6 |
-
langchain_community>=0.0.6
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
1 |
+
streamlit>=1.25.0,<2.0
|
2 |
+
pandas>=1.5.0,<2.0
|
3 |
+
uuid>=1.30,<2.0
|
4 |
+
chromadb>=0.3.5,<0.4
|
5 |
+
langchain_groq>=0.1.0,<0.2
|
6 |
+
langchain_community>=0.0.6,<0.2
|
7 |
+
langchain>=0.0.312,<1.0
|
8 |
+
langchain_core>=0.1.0,<1.0
|
9 |
+
python-dotenv>=1.0.0,<2.0
|