[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.0.0", | |
"jaxtyping>=0.2.36", | |
"numpy>=1.26.4", | |
"pillow>=10.4.0", | |
"torch>=2.4.0", | |
"torchvision>=0.19.0", | |
] | |
[tool.ruff.lint] | |
ignore = ["F722"] | |