saev-semantic-segmentation / pyproject.toml
Samuel Stevens
Use threads for concurrency
a622fd0
raw
history blame contribute delete
481 Bytes
[project]
name = "saev-semantic-segmentation"
version = "0.1.0"
description = "Gradio app space for semantic segmentation with SAEs"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"beartype>=0.19.0",
"einops>=0.8.0",
"gradio>=5.3.0",
"numpy>=2.2.2",
"requests>=2.32.3",
"saev",
"torch>=2.6.0",
"torchvision>=0.21.0",
]
[tool.ruff.lint]
ignore = ["F722"]
[tool.uv.sources]
saev = { git = "https://github.com/samuelstevens/saev" }