LJdacnMXkr / evidence /code /pyproject.toml
DineshAI's picture
Publish cumulative Sinkhorn reproduction evidence
5338e3e verified
Raw
History Blame Contribute Delete
232 Bytes
[project]
name = "sinkhorn-diffusion-kernels-reproduction"
version = "0.1.0"
description = "CPU reproduction harness for arXiv 2507.06161"
requires-python = ">=3.12,<3.13"
dependencies = [
"numpy==2.3.1",
"scipy==1.16.0",
]