[project] name = "openmed-irish-core-pii" version = "0.2.0rc7" description = "OpenMed Irish core PII token-classification release with a spec-driven scanner" requires-python = ">=3.10" readme = "README.md" license = { text = "Apache-2.0" } dependencies = [ "transformers>=4.41.0", "torch", "numpy>=1.26.0", "onnxruntime>=1.20.0", "huggingface_hub>=0.36.0", "pyyaml>=6.0", ] [tool.uv] package = false