diff --git a/setup.py b/setup.py index 75b3857..bf3b948 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(*paths): requirements = [ 'datasets', - 'transformers', + 'transformers<5.0', 'torchaudio', 'soundfile', 'torch', @@ -27,7 +27,7 @@ def read(*paths): setup( name='pythaiasr', - version='1.1.2', + version='1.2.0', packages=['pythaiasr'], url='https://github.com/pythainlp/pythaiasr', license='Apache Software License 2.0',