diff --git a/VERSION b/VERSION index 21e8796..ee90284 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.3 +1.0.4 diff --git a/requirements.txt b/requirements.txt index a4774f8..2278566 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,6 @@ nlpaug==1.0.1 nltk>=3.4.5 numpy>1.15.4 phonenumbers==8.10.12 -pylint==2.4.4 regex==2019.8.19 sacremoses==0.0.13 scikit_learn==0.23.2 diff --git a/requirements_dev.txt b/requirements_dev.txt index b16d405..50c11d5 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,5 @@ coverage==5.3 +pylint==2.4.4 pytest==6.1.1 pytest-cov==2.10.1 python-dotenv>=0.5.1