Skip to content

Commit

Permalink
make nltk explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroEsquivel committed Sep 27, 2024
1 parent 48b1571 commit 16fb08e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ dependencies = [
"presidio-analyzer~=2.2",
"presidio-anonymizer~=2.2",
"numpy<2.0.0",
"guardrails-ai>=0.4.0"
"guardrails-ai>=0.4.0",
"nltk>3.0,<=3.8.1"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 16fb08e

Please sign in to comment.