Nomearod Claude Opus 4.6 (1M context) commited on
Commit
6b9ce8b
·
1 Parent(s): 2dc5235

feat(security): add optional spaCy dependency for NER-based PII

Browse files

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. 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*"]