Spaces:
Running
Running
File size: 232 Bytes
5338e3e | 1 2 3 4 5 6 7 8 9 10 | [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",
]
|