From c0ab28c5a9c9d05d5728527dbb5148e40ba63a9a Mon Sep 17 00:00:00 2001 From: Wannaphong Phatthiyaphaibun Date: Sun, 16 Oct 2022 01:53:21 +0700 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',