Spaces:
Sleeping
Sleeping
yash001010
commited on
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
streamlit==1.31.0
|
2 |
langchain-community==0.0.16
|
3 |
-
groq==0.
|
4 |
python-dotenv==1.0.1
|
5 |
chromadb==0.4.22
|
6 |
sentence-transformers==2.5.1
|
7 |
transformers==4.37.2
|
8 |
torch==2.2.0
|
9 |
-
pydantic==
|
10 |
typing-inspect==0.9.0
|
11 |
typing_extensions==4.9.0
|
12 |
numpy==1.26.3
|
|
|
1 |
streamlit==1.31.0
|
2 |
langchain-community==0.0.16
|
3 |
+
groq==0.13.1
|
4 |
python-dotenv==1.0.1
|
5 |
chromadb==0.4.22
|
6 |
sentence-transformers==2.5.1
|
7 |
transformers==4.37.2
|
8 |
torch==2.2.0
|
9 |
+
pydantic==1.10.13
|
10 |
typing-inspect==0.9.0
|
11 |
typing_extensions==4.9.0
|
12 |
numpy==1.26.3
|