Skip to content

Commit ca84326

Browse files
authored
Merge branch 'dev' into update-import-python-crfsuite
2 parents 12b4d8b + 9a89c82 commit ca84326

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docker_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ fairseq==0.10.2
2323
pyicu==2.6
2424
deepcut==0.7.0.0
2525
h5py==3.1.0
26-
tensorflow==2.5.1
26+
tensorflow==2.5.2
2727
pandas==0.24
2828
tltk==1.3.8
2929
OSKut==1.3
30-
nlpo3==1.2.1
30+
nlpo3==1.2.2

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
],
7575
"tltk": ["tltk>=1.3.8"],
7676
"oskut": ["oskut>=1.3"],
77-
"nlpo3": ["nlpo3>=1.2.1"],
77+
"nlpo3": ["nlpo3>=1.2.2"],
7878
"full": [
7979
"PyYAML>=5.3.1",
8080
"attacut>=1.0.4",
@@ -99,8 +99,7 @@
9999
"symspellpy>=6.7.0",
100100
"tltk>=1.3.8",
101101
"oskut>=1.3",
102-
"nlpo3>=1.2.1",
103-
"python-crfsuite>=0.9.6",
102+
"nlpo3>=1.2.2",
104103
],
105104
}
106105

@@ -111,7 +110,7 @@
111110
long_description=readme,
112111
long_description_content_type="text/markdown",
113112
author="PyThaiNLP",
114-
author_email="wannaphong@kkumail.com",
113+
author_email="email@wannaphong.com",
115114
url="https://github.com/PyThaiNLP/pythainlp",
116115
packages=find_packages(exclude=["tests", "tests.*"]),
117116
test_suite="tests",

0 commit comments

Comments
 (0)