Repositories / more_nnsight.git

pyproject.toml

Clone (read-only): git clone http://git.guha-anderson.com/git/more_nnsight.git

Branch
539 bytes · 0aa60c95521d
[project] name = "more-nnsight" version = "0.1.0" description = "Add your description here" readme = "README.md" authors = [ { name = "Arjun Guha", email = "a.guha@northeastern.edu" } ] requires-python = ">=3.12" dependencies = [ "lark>=1.2", "nnsight>=0.6.3", "scikit-optimize>=0.10.2", "torch>=2.10.0", "transformers>=4", ] [project.scripts] more-nnsight = "more_nnsight:main" [build-system] requires = ["uv_build>=0.10.9,<0.11.0"] build-backend = "uv_build" [dependency-groups] dev = [ "pytest>=9.0.2", ]