Image Feature Extraction
Transformers
Safetensors
dinov2
rad-dino / pyproject.toml
fepegar's picture
Unpin dependencies
c3736a6
raw
history blame
465 Bytes
[project]
name = "rad-dino"
version = "0.1.0"
description = "Vision encoder for chest X-rays."
readme = "README.md"
authors = [{ name = "Microsoft Health Futures" }]
requires-python = ">=3.10"
dependencies = [
"einops",
"jaxtyping",
"pillow",
"requests",
"safetensors",
"transformers[torch]",
"typer",
]
[build-system]
requires = ["uv_build"]
build-backend = "uv_build"
[dependency-groups]
dev = [
"ipykernel",
"ipywidgets",
]