Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -8
requirements.txt
CHANGED
@@ -3,11 +3,6 @@ requests
|
|
3 |
pandas
|
4 |
python-dotenv
|
5 |
wikipedia
|
6 |
-
|
7 |
-
#
|
8 |
-
|
9 |
-
langchain
|
10 |
-
langchain-community
|
11 |
-
|
12 |
-
# HF Hub integration
|
13 |
-
huggingface-hub
|
|
|
3 |
pandas
|
4 |
python-dotenv
|
5 |
wikipedia
|
6 |
+
langchain>=0.0.325 # core LangChain
|
7 |
+
langchain-community # for HF-hub & WikipediaLoader
|
8 |
+
huggingface-hub # HF token handling
|
|
|
|
|
|
|
|
|
|