File size: 612 Bytes
ca3275c
 
 
 
 
 
 
 
e38adb6
ca3275c
 
61cc40e
ca3275c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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