Skip to content

Commit

Permalink
chore(deps): exclude spacy 3.8.4 as does not support py39 (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouyanpi authored Feb 4, 2025
1 parent 0959179 commit 026a266
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 19 deletions.
42 changes: 24 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ pandas = { version = ">=1.4.0,<3", optional = true }
# sdd
presidio-analyzer = { version = ">=2.2", optional = true }
presidio-anonymizer = { version = ">=2.2", optional = true }
spacy = { version = ">=3.7.2", optional = true }
# poetry 3.8.4 does not exist for python 3.9
spacy = { version = ">=3.7.2,<3.8.4", optional = true }

# gpc
google-cloud-language = { version = ">=2.14.0", optional = true }
Expand Down

0 comments on commit 026a266

Please sign in to comment.