Skip to content

Commit

Permalink
Merge pull request #26 from guardrails-ai/fix/nltk-bump
Browse files Browse the repository at this point in the history
Update nltk dependency range
AlejandroEsquivel authored Nov 5, 2024
2 parents e0950d5 + b95852a commit e4719a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "detect_pii"
version = "0.0.4"
version = "0.0.5"
description = "Validates that any text does not contain any PII."
authors = [
{name = "Guardrails AI", email = "contact@guardrailsai.com"}
@@ -13,7 +13,7 @@ dependencies = [
"presidio-anonymizer~=2.2",
"numpy<2.0.0",
"guardrails-ai>=0.4.0",
"nltk>3.0,<=3.8.1"
"nltk>=3.8.1,<4.0.0"
]

[project.optional-dependencies]

0 comments on commit e4719a9

Please sign in to comment.