tobiccino commited on
Commit
0bab217
1 Parent(s): ff36f0f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -11,16 +11,18 @@ tqdm
11
  matplotlib
12
  noisereduce
13
  vietnam_number
14
- numpy==1.21.6;python_version<"3.10"
15
- numpy==1.22.4;python_version=="3.10"
 
16
  cython==0.29.28
17
  scipy>=1.4.0
18
  torch>=1.7
19
  torchaudio
20
  soundfile
21
  librosa==0.8.0
22
- numba==0.55.1;python_version<"3.10"
23
- numba==0.55.2;python_version=="3.10"
 
24
  inflect==5.6.0
25
  anyascii
26
  pyyaml
 
11
  matplotlib
12
  noisereduce
13
  vietnam_number
14
+ # numpy==1.21.6;python_version<"3.10"
15
+ # numpy==1.22.4;python_version=="3.10"
16
+ numpy==1.25.4
17
  cython==0.29.28
18
  scipy>=1.4.0
19
  torch>=1.7
20
  torchaudio
21
  soundfile
22
  librosa==0.8.0
23
+ #numba==0.55.1;python_version<"3.10"
24
+ #numba==0.55.2;python_version=="3.10"
25
+ numba==0.55.2
26
  inflect==5.6.0
27
  anyascii
28
  pyyaml