Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong authored Oct 15, 2022
1 parent 74e27b1 commit c0ab28c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read(*paths):

requirements = [
'datasets',
'transformers',
'transformers<5.0',
'torchaudio',
'soundfile',
'torch',
Expand All @@ -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',
Expand Down

0 comments on commit c0ab28c

Please sign in to comment.