harbor-visualiser / requirements.txt
AdithyaSK's picture
AdithyaSK HF Staff
Drop harbor from requirements to fix the Docker build
110bf99
Raw
History Blame Contribute Delete
437 Bytes
fastapi>=0.115
uvicorn[standard]>=0.30
huggingface_hub>=0.27.0
# `harbor` is intentionally NOT a dependency: it's only used to fetch
# `harbor://` registry datasets (via the CLI, shelled out in viewer/load.py),
# requires Python >=3.12, and pulls in a heavy dep tree. The core viewer
# (HF Hub / GitHub / local) needs none of it. To enable harbor:// support,
# add `harbor>=0.6.0` here and bump the Dockerfile base image to python:3.12.