Spaces:
Running
Running
File size: 328 Bytes
a969e99 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "eval-entity-resolver"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"pandas>=2.2.0",
"pyarrow>=16.0.0",
"huggingface-hub>=0.23.0",
]
[tool.hatch.build.targets.wheel]
packages = ["src/eval_entity_resolver"]
|