| # MedGuard Hugging Face Space Requirements | |
| # Minimal dependencies for self-contained Gradio demo | |
| # UI Framework | |
| gradio>=4.44.1,<5.0.0 | |
| huggingface_hub>=0.25.0,<1.0.0 | |
| # LangChain & LangGraph - Pinned for stability | |
| langgraph==0.2.45 | |
| langchain-core==0.3.21 | |
| langchain-google-genai==2.0.5 | |
| langchain-openai==0.2.9 | |
| langchain-anthropic==0.3.0 | |
| # Required by LangChain | |
| pydantic>=2.7.4,<3.0.0 | |
| python-dotenv==1.0.0 | |