[project]
name = "suno-recs-feast"
version = "0.1.0"
description = "Feast feature store for Suno song/video recommendations"
authors = [
    {name = "Suno", email = "code@suno.ai"},
]
dependencies = [
    "feast>=0.40.0",
    "feast[redis]>=0.40.0",
    "feast[snowflake]>=0.40.0",
    "redis>=5.2.1",
    "pandas>=2.0.0",
    "pyarrow>=14.0.0",
    "snowflake-connector-python>=3.0.0",
]
requires-python = ">=3.12"
readme = "README.md"
license = {text = "UNLICENSED"}

[tool.uv]
dev-dependencies = [
    "black==25.1.0",
    "ruff==0.7.1",
    "pytest==8.3.5",
    "jupyter>=1.0.0",
]

