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