Spaces:
Running
Running
# Use a newer transformers version, LangChain is compatible with it | |
transformers>=4.40.0 | |
# Core LangChain libraries | |
langchain | |
langchain-huggingface | |
langchain-community # <<< --- ADD THIS MISSING PACKAGE | |
# Other dependencies we still need | |
torch | |
accelerate | |
gradio[oauth]==5.25.2 | |
uvicorn>=0.14.0 | |
spaces | |
pandas | |
beautifulsoup4 | |
pytz | |
requests | |
# Tool-specific dependencies | |
duckduckgo-search |