diff --git a/pyproject.toml b/pyproject.toml index 4f8fb553..e1615e36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hazm" -version = "0.10.0" +version = "0.10.1" description = "Persian NLP Toolkit" authors = ["Roshan "] maintainers = ["Roshan "] @@ -31,7 +31,7 @@ python= ">=3.8, <3.12" nltk="^3.8.1" gensim="^4.3.1" python-crfsuite="^0.9.9" -numpy = "~1.24" +numpy = "~1.26" scikit-learn = "^1.2.2" fasttext-wheel = "^0.9.2" flashtext = "^2.7"