File size: 547 Bytes
f340984 | 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 | # Runtime dependencies: keep direct pins synchronized with pyproject.toml.
addict==2.4.0
easydict==1.13
einops==0.8.2
huggingface-hub==0.36.2
matplotlib==3.10.8
numpy==1.26.4
Pillow==12.1.1
psutil==7.2.2
pypdfium2==5.12.1
requests==2.34.2
safetensors==0.8.0
tqdm==4.70.0
transformers==4.57.1
# Build backend used with --no-build-isolation.
hatchling==1.27.0
# Dependencies declared by AMD's checksum-pinned PyTorch wheel.
filelock==3.32.2
fsspec==2026.7.0
Jinja2==3.1.6
networkx==3.6.1
setuptools==83.0.0
sympy==1.14.0
typing-extensions==4.16.0
|