Contractner / pyproject.toml
lucasorrentino
fix: restore accidentally deleted model files
8a46f5b
Raw
History Blame Contribute Delete
212 Bytes
[project]
name = "contractner-eval"
version = "0.1.0"
requires-python = ">=3.10"
dependencies = [
"gliner>=0.2.25",
"datasets>=2.19",
"numpy",
"matplotlib",
"tqdm",
"onnxscript>=0.7.0",
]