binaryMao commited on
Commit
c2d4f34
·
verified ·
1 Parent(s): 6a368d1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -2,8 +2,9 @@ Cython
2
  packaging
3
  setuptools
4
  numpy<2.0.0
5
- torch
6
  huggingface_hub
7
- nemo_toolkit[asr]
8
- gradio==3.50.2 # Version stable sans le bug
9
- # gradio-client sera installé automatiquement avec gradio 3.50.2
 
 
2
  packaging
3
  setuptools
4
  numpy<2.0.0
5
+ torch>=2.0.0
6
  huggingface_hub
7
+ nemo_toolkit[asr]==1.23.0
8
+ gradio==4.44.1
9
+ psutil
10
+ humanize