From 485cac94d8dc016893a555fda7a74055b4a14341 Mon Sep 17 00:00:00 2001 From: Fighter 2077 <2077devwave@gmail.com> Date: Wed, 2 Apr 2025 15:05:56 -0400 Subject: [PATCH 1/5] Update pyproject.toml fix numpy version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f8fb553..f784e8ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.24" scikit-learn = "^1.2.2" fasttext-wheel = "^0.9.2" flashtext = "^2.7" From d086ef2f00af601c51410ffc0d02a550e3ad2b70 Mon Sep 17 00:00:00 2001 From: Fighter 2077 <2077devwave@gmail.com> Date: Wed, 2 Apr 2025 15:08:39 -0400 Subject: [PATCH 2/5] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f784e8ba..5a85d242 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" From 50beb3f8932ec40858e71fecb156d4f2d0137110 Mon Sep 17 00:00:00 2001 From: Fighter 2077 <2077devwave@gmail.com> Date: Wed, 2 Apr 2025 15:08:53 -0400 Subject: [PATCH 3/5] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a85d242..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 "] From 95995bc513d8b062d79309ba39140823216a2353 Mon Sep 17 00:00:00 2001 From: Fighter 2077 <2077devwave@gmail.com> Date: Wed, 2 Apr 2025 16:15:15 -0400 Subject: [PATCH 4/5] Update pyproject.toml fix dependencies compatibility --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1615e36..3550ab55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ python= ">=3.8, <3.12" nltk="^3.8.1" gensim="^4.3.1" python-crfsuite="^0.9.9" -numpy = "~1.26" +numpy = "~1.2" scikit-learn = "^1.2.2" fasttext-wheel = "^0.9.2" flashtext = "^2.7" From 68cf615599db360d30f260f4428c81d8423d6cc4 Mon Sep 17 00:00:00 2001 From: Fighter 2077 <2077devwave@gmail.com> Date: Wed, 2 Apr 2025 16:36:00 -0400 Subject: [PATCH 5/5] Update pyproject.toml fix version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3550ab55..e1615e36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ python= ">=3.8, <3.12" nltk="^3.8.1" gensim="^4.3.1" python-crfsuite="^0.9.9" -numpy = "~1.2" +numpy = "~1.26" scikit-learn = "^1.2.2" fasttext-wheel = "^0.9.2" flashtext = "^2.7"