DragonProgrammer commited on
Commit
db93603
·
verified ·
1 Parent(s): ad723a4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -2,12 +2,12 @@
2
  transformers>=4.40.0
3
  # Core LangChain libraries
4
  langchain
5
- # Library for using Hugging Face models with LangChain
6
  langchain-huggingface
 
7
  # Other dependencies we still need
8
  torch
9
  accelerate
10
- gradio[oauth]==5.25.2 # Keeping this pinned for Space compatibility
11
  uvicorn>=0.14.0
12
  spaces
13
  pandas
@@ -15,4 +15,4 @@ beautifulsoup4
15
  pytz
16
  requests
17
  # Tool-specific dependencies
18
- duckduckgo-search # A more reliable way to use DuckDuckGo than scraping
 
2
  transformers>=4.40.0
3
  # Core LangChain libraries
4
  langchain
 
5
  langchain-huggingface
6
+ langchain-community # <<< --- ADD THIS MISSING PACKAGE
7
  # Other dependencies we still need
8
  torch
9
  accelerate
10
+ gradio[oauth]==5.25.2
11
  uvicorn>=0.14.0
12
  spaces
13
  pandas
 
15
  pytz
16
  requests
17
  # Tool-specific dependencies
18
+ duckduckgo-search