Skip to content

Commit 65291e2

Browse files
committed
remove exact version of gensim from setup and requirements file
1 parent 26040b0 commit 65291e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bnlp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.3.0"
1+
__version__ = "3.3.1"
22

33

44
import os

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setuptools.setup(
66
name="bnlp_toolkit",
7-
version="3.3.0",
7+
version="3.3.1",
88
author="Sagor Sarker",
99
author_email="[email protected]",
1010
description="BNLP is a natural language processing toolkit for Bengali Language",
@@ -21,7 +21,7 @@
2121
python_requires=">=3.6",
2222
install_requires=[
2323
"sentencepiece",
24-
"gensim==4.0.1",
24+
"gensim",
2525
"nltk",
2626
"numpy",
2727
"scipy",

0 commit comments

Comments
 (0)