| [project] | |
| name = "AMR-Guard" | |
| version = "0.1.0" | |
| description = "AMR-Guard: Infection Lifecycle Orchestrator Demo" | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "langgraph>=0.0.15", | |
| "langchain>=0.3.0", | |
| "langchain-text-splitters", | |
| "chromadb>=0.4.0", | |
| "sentence-transformers", | |
| "transformers>=4.50.0", | |
| "torch", | |
| "accelerate", | |
| "bitsandbytes", | |
| "streamlit", | |
| "pillow", | |
| "pydantic>=2.0", | |
| "python-dotenv", | |
| "openpyxl", | |
| "requests", | |
| "pypdf", | |
| "langchain-community>=0.4.1", | |
| "jq>=1.11.0", | |
| "pandas>=2.0.0", | |
| "huggingface-hub", | |
| "gradio>=5.25.0", | |
| "spaces>=0.47.0", | |
| "kagglehub>=1.0.0", | |
| ] | |