Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
streamlit==1.33.0
|
2 |
sentence-transformers==2.6.1
|
3 |
faiss-cpu==1.8.0
|
4 |
-
groq==0.
|
5 |
pandas==2.2.2
|
6 |
numpy==1.26.4
|
7 |
-
python-dotenv==1.0.1
|
|
|
|
1 |
streamlit==1.33.0
|
2 |
sentence-transformers==2.6.1
|
3 |
faiss-cpu==1.8.0
|
4 |
+
groq==0.4.2 # Tested working version
|
5 |
pandas==2.2.2
|
6 |
numpy==1.26.4
|
7 |
+
python-dotenv==1.0.1
|
8 |
+
httpx==0.24.1 # Specific compatible version
|