HistoPath / requirements.txt
ryding's picture
Update requirements.txt
e38adb6 verified
# Core dependencies for Gradio app
gradio==5.49.1
python-dotenv==1.2.1
# LLM and Agent framework
anthropic==0.71.0
langchain-core==1.0.1
langchain-anthropic==1.0.0
langchain-openai==1.0.1
langgraph==1.0.1
langgraph-checkpoint==2.1.1
openai
# Histopathology core
lazyslide==0.9.2
openslide-python==1.4.2
# PyTorch (CPU version for testing - lighter)
torch==2.9.0
torchvision==0.24.0
# ML/Vision libraries
timm==1.0.19
transformers==4.38.0
huggingface-hub==0.36.0
# Scientific computing
numpy==2.2.6
pandas==2.3.3
pillow==11.3.0
scikit-image==0.25.2
# Utilities
tqdm==4.67.1
requests==2.32.5
pydantic==2.11.10