File size: 415 Bytes
d4c84c4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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"]