aungkomyat commited on
Commit
a50ce25
·
verified ·
1 Parent(s): 3f7f472

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -10
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
- gradio==3.41.2
2
- torch==2.0.1
3
- numpy==1.24.3
4
- librosa==0.10.1
5
- scipy==1.10.1
6
- matplotlib==3.7.1
7
- inflect==6.0.4
8
- PyYAML==6.0
9
- unidecode==1.3.6
10
- git+https://github.com/hpbyte/myanmar-tts.git
 
1
+ gradio>=3.32.0,<4.0.0
2
+ torch>=1.13.0
3
+ numpy>=1.20.0
4
+ librosa>=0.9.0
5
+ scipy>=1.7.0
6
+ matplotlib>=3.5.0
7
+ inflect>=5.0.0
8
+ PyYAML>=6.0
9
+ unidecode>=1.3.0
10
+ requests>=2.25.0