Skip to content

Commit

Permalink
Bump NLTK version AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
mbanon committed Aug 19, 2024
1 parent 40e5615 commit 7367178
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 = "bifixer"
version = "0.8.10"
version = "0.8.11"
license = {file = "LICENSE"}
authors = [
{ name="Prompsit Language Engineering", email="info@prompsit.com" },
Expand All @@ -13,7 +13,7 @@ readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"ftfy>=6",
"nltk>=3.8.2",
"nltk>=3.9.1",
"pytest",
"regex",
"Unidecode",
Expand Down

0 comments on commit 7367178

Please sign in to comment.