Skip to content

Commit c63a040

Browse files
committed
PyThaiNLP 1.6.0.6 : fix #93
1 parent 6754f9a commit c63a040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'nltk>=3.2.2',
99
'future>=0.16.0',
1010
'six',
11-
'marisa_trie',
11+
'marisa_trie<=0.7.4',
1212
'requests',
1313
'dill',
1414
'pytz'
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name='pythainlp',
22-
version='1.6.0.5',
22+
version='1.6.0.6',
2323
description="Thai natural language processing in Python package.",
2424
long_description=readme,
2525
author='PyThaiNLP',

0 commit comments

Comments
 (0)