wrice's picture
Publish validated 5308666a249a73d8a2dea5d06ac929cbba53c131
312fb3f verified
Raw
History Blame Contribute Delete
488 Bytes
[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"]