Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SAM-Audio and the Judge model crucially rely on [Perception-Encoder Audio-Visual
## Setup

**Requirements:**
- Python >= 3.10
- Python >= 3.11
- CUDA-compatible GPU (recommended)

Install dependencies:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = [

readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.10"
requires-python = ">=3.11"
dependencies = [
"dacvae@git+https://github.com/facebookresearch/dacvae.git",
"audiobox_aesthetics",
Expand All @@ -36,7 +36,7 @@ include = ["sam_audio*"]

[tool.ruff]

target-version = "py310"
target-version = "py311"

lint.select=[
"B",
Expand Down