Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
-
streamlit
|
2 |
-
PyPDF2
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
numpy
|
7 |
-
torch
|
|
|
1 |
+
streamlit==1.18.0
|
2 |
+
PyPDF2==1.26.0
|
3 |
+
groq==0.1.1
|
4 |
+
faiss-cpu==1.7.3
|
5 |
+
numpy==1.24.3
|
|
|
|