[build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "top-w-repro" version = "0.1.0" description = "Reproduction of Top-W Geometry-Aware Decoding for Large Language Models" authors = [{ name = "Antigravity Repro Team" }] readme = "README.md" requires-python = ">=3.10" dependencies = [ "gradio>=5.0.0", "numpy>=1.24.0", "pytest>=7.0.0", "scipy>=1.10.0", "torch>=2.0.0", ] [tool.setuptools.packages.find] where = ["src"] [tool.pytest.ini_options] pythonpath = ["src"]