[project] name = "trellis-sparse-mlx" version = "0.1.0" description = "MLX implementation of the TRELLIS-lineage sparse module (SubMConv3d et al) for Apple Silicon" requires-python = ">=3.10" dependencies = ["mlx>=0.20", "numpy>=1.24"] license = { text = "MIT" } [build-system] requires = ["setuptools>=68"] build-backend = "setuptools.build_meta" [tool.setuptools] packages = ["trellis_sparse_mlx"]