Skip to content

Commit

Permalink
misc: fix vulnerabilities library
Browse files Browse the repository at this point in the history
  • Loading branch information
Zavli Juwantara committed Aug 18, 2024
1 parent b69dc9f commit 6a1b2e2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nlp-id"
version = "0.1.17.0"
version = "0.1.18.0"
description = "Kumparan's NLP Services"
authors = ["Zavli Juwantara <zavli.juwantara@kumparan.com>"]
repository = "https://github.com/kumparan/NLP-ID"
Expand All @@ -16,7 +16,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
scikit-learn = "1.5.1"
nltk = "3.8.2"
nltk = "3.9.1"
wget = "3.2"
huggingface-hub = "0.23.4"
scipy = "1.13.1"
Expand Down

0 comments on commit 6a1b2e2

Please sign in to comment.