j-chim's picture
Upload folder using huggingface_hub
a969e99 verified
raw
history blame contribute delete
328 Bytes
[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"]