J-space / pyproject.toml
ayh015's picture
Upload folder using huggingface_hub
f6158c7 verified
Raw
History Blame Contribute Delete
491 Bytes
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "math-jlens"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = ["torch>=2.6", "transformers>=4.53", "tqdm>=4.67", "pyarrow>=21"]
[project.scripts]
fit-jacobians = "math_jlens.cli:main"
merge-jacobians = "math_jlens.merge:main"
explore-jlens = "math_jlens.explore:main"
[tool.setuptools.packages.find]
include = ["math_jlens*"]
[tool.pytest.ini_options]
testpaths = ["tests"]