Spaces:
Sleeping
Sleeping
Commit
·
98cf038
1
Parent(s):
6998bc6
update: pin versions requirements
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
requests
|
2 |
-
beautifulsoup4
|
3 |
-
pandas
|
4 |
-
langchain
|
5 |
-
langchain-ollama
|
6 |
-
langchain-chroma
|
7 |
-
streamlit
|
8 |
-
|
|
|
1 |
+
requests==2.32.3
|
2 |
+
beautifulsoup4==4.12.3
|
3 |
+
pandas==2.2.3
|
4 |
+
langchain==0.3.6
|
5 |
+
langchain-ollama==0.2.0
|
6 |
+
langchain-chroma==0.1.4
|
7 |
+
streamlit==1.39.0
|
8 |
+
protobuf==3.20
|