From dea98be6d7fa88c580b63514ff3c8b552847924b Mon Sep 17 00:00:00 2001 From: Ali Tavallaie Date: Sun, 26 May 2024 14:00:36 +0330 Subject: [PATCH] drop support for py38 to get last numpy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 999320e3..457a4369 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ keywords = ["nlp", "persian nlp", "persian"] "Join-us" = "https://www.roshan-ai.ir/join-us/" [tool.poetry.dependencies] -python= ">=3.8, <3.12" +python= ">=3.9" nltk="^3.8.1" gensim="^4.3.1" python-crfsuite="^0.9.9"