AMR-Guard / pyproject.toml
ghitaben's picture
Fix loading kaggle dataset
837c265
raw
history blame contribute delete
673 Bytes
[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",
]