Spaces:
Running
Running
feat(security): add optional spaCy dependency for NER-based PII
Browse filesCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- pyproject.toml +3 -0
pyproject.toml
CHANGED
|
@@ -35,6 +35,9 @@ dev = [
|
|
| 35 |
modal = [
|
| 36 |
"modal>=0.66.0",
|
| 37 |
]
|
|
|
|
|
|
|
|
|
|
| 38 |
|
| 39 |
[tool.setuptools.packages.find]
|
| 40 |
include = ["agent_bench*"]
|
|
|
|
| 35 |
modal = [
|
| 36 |
"modal>=0.66.0",
|
| 37 |
]
|
| 38 |
+
ner = [
|
| 39 |
+
"spacy>=3.7.0",
|
| 40 |
+
]
|
| 41 |
|
| 42 |
[tool.setuptools.packages.find]
|
| 43 |
include = ["agent_bench*"]
|