File size: 357 Bytes
0748838 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "judgment-partition-infer"
version = "0.1.0"
description = "Standalone inference bundle for judgment partition pointer model"
readme = "README.md"
requires-python = ">=3.8"
dependencies = ["torch", "tqdm"]
[tool.setuptools]
package-dir = {"" = "src"}
|