| [project] | |
| name = "recurrent-sampler-repro" | |
| version = "0.1.0" | |
| description = "Reproduction of Efficient Parallel Samplers for Recurrent-Depth Models" | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| dependencies = [] | |
| [dependency-groups] | |
| dev = [ | |
| "pytest==8.3.4", | |
| ] | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |
| [tool.hatch.build.targets.wheel] | |
| packages = ["src/recurrent_sampler_repro"] | |
| [tool.pytest.ini_options] | |
| testpaths = ["tests"] | |
| pythonpath = ["src"] | |