Skip to content

Commit

Permalink
fix(req): restrict normalizer' installation to linux (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama authored Jun 21, 2024
1 parent b29544e commit f809de7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ vocos
IPython
gradio
python-dotenv
pynini==2.1.5
WeTextProcessing
nemo_text_processing
pynini==2.1.5; sys_platform == 'linux'
WeTextProcessing; sys_platform == 'linux'
nemo_text_processing; sys_platform == 'linux'

0 comments on commit f809de7

Please sign in to comment.