Skip to content

Commit

Permalink
Replace textstat with whylabs-textstat (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie256 authored Aug 9, 2024
1 parent 2de9323 commit d60a694
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 33 deletions.
73 changes: 41 additions & 32 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ readme = "DESCRIPTION.md"

[tool.poetry.dependencies]
python = ">=3.8,<4"
textstat = "^0.7.3"
pandas = "*"
whylogs = "^1.3.19"

Expand All @@ -29,6 +28,7 @@ vadersentiment = {version = "^3.3.2", optional = true}
presidio-analyzer = {version = "^2.2.351", optional = true}
h5py = {version = "^3.10.0", optional = true}
detoxify = {version = "^0.5.2", optional = true}
whylabs-textstat = "^0.7.4"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit d60a694

Please sign in to comment.