Skip to content

Commit c0ab28c

Browse files
authored
Update setup.py
1 parent 74e27b1 commit c0ab28c

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
@@ -10,7 +10,7 @@ def read(*paths):
1010

1111
requirements = [
1212
'datasets',
13-
'transformers',
13+
'transformers<5.0',
1414
'torchaudio',
1515
'soundfile',
1616
'torch',
@@ -27,7 +27,7 @@ def read(*paths):
2727

2828
setup(
2929
name='pythaiasr',
30-
version='1.1.2',
30+
version='1.2.0',
3131
packages=['pythaiasr'],
3232
url='https://github.com/pythainlp/pythaiasr',
3333
license='Apache Software License 2.0',

0 commit comments

Comments
 (0)