Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
streamlit>=1.25.0
|
2 |
pandas>=1.5.0,<2.0
|
3 |
uuid>=1.30,<2.0
|
4 |
-
chromadb
|
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
|
10 |
-
pydantic
|
11 |
-
chromadb
|
12 |
pydantic-settings
|
13 |
|
|
|
1 |
streamlit>=1.25.0
|
2 |
pandas>=1.5.0,<2.0
|
3 |
uuid>=1.30,<2.0
|
4 |
+
chromadb==0.3.6
|
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
|
10 |
+
pydantic==2.10
|
|
|
11 |
pydantic-settings
|
12 |
|