Skip to content

Commit

Permalink
adding support to py3.12, gensim@da2f388
Browse files Browse the repository at this point in the history
  • Loading branch information
tavallaie committed May 26, 2024
1 parent 85a2d52 commit ee990a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ keywords = ["nlp", "persian nlp", "persian"]
[tool.poetry.dependencies]
python= ">=3.9"
nltk="^3.8.1"
gensim="^4.3.2"
gensim={git = "https://github.com/piskvorky/gensim.git", rev ="da2f388"}
python-crfsuite="^0.9.9"
numpy = "^1.26.4"
scikit-learn = "^1.2.2"
Expand Down

0 comments on commit ee990a4

Please sign in to comment.