saev-image-classification / pyproject.toml
Samuel Stevens
Update requirements again
207d7c2
raw
history blame contribute delete
512 Bytes
[project]
name = "saev-image-classification"
version = "0.1.0"
description = "Gradio app space for image classification with SAEs"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"beartype>=0.19.0",
"einops>=0.8.0",
"gradio>=5.1.0",
"jaxtyping>=0.2.36",
"numpy>=1.26.4",
"open-clip-torch>=2.30.0",
"saev",
"torch>=2.4.0",
"torchvision>=0.19.0",
]
[tool.ruff.lint]
ignore = ["F722"]
[tool.uv.sources]
saev = { git = "https://github.com/samuelstevens/saev" }