From 09886e26484c7763982f8c375b2d2d89d957c281 Mon Sep 17 00:00:00 2001 From: Ayub Date: Thu, 22 Feb 2024 15:18:18 +0330 Subject: [PATCH] downgrade Python version range --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 449b62f8..999320e3 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, <4.0" +python= ">=3.8, <3.12" nltk="^3.8.1" gensim="^4.3.1" python-crfsuite="^0.9.9"