NeuralQuant / pyproject.toml
ArGrigorov's picture
Upload pyproject.toml with huggingface_hub
10f6b34 verified
Raw
History Blame Contribute Delete
490 Bytes
[build-system]
requires = ["setuptools>=64", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "agiws-neural-quant"
version = "0.3.0"
description = "Universal neural network quantization library — int8, int4, BitNet 1.58"
requires-python = ">=3.10"
dependencies = [
"torch>=2.0",
"numpy>=1.24",
]
[project.optional-dependencies]
dev = ["pytest>=7.0", "pytest-cov"]
[tool.setuptools.packages.find]
where = ["src"]
[tool.pytest.ini_options]
testpaths = ["tests"]