[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" }