marioboy commited on
Commit
b2dd23c
·
1 Parent(s): f7d0f65

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -10
requirements.txt CHANGED
@@ -1,16 +1,16 @@
1
- umap-learn
2
- visdom
3
  librosa>=0.8.0
4
  matplotlib>=3.3.0
5
  numpy==1.19.3; platform_system == "Windows"
6
  numpy==1.19.4; platform_system != "Windows"
7
  scipy>=1.0.0
8
- tqdm
9
- sounddevice
10
- SoundFile
11
- Unidecode
12
- inflect
13
- multiprocess
14
- numba==0.55.2
15
  webrtcvad; platform_system != "Windows"
16
- torch
 
1
+ umap-learn==0.5.3
2
+ visdom==0.1.8.9
3
  librosa>=0.8.0
4
  matplotlib>=3.3.0
5
  numpy==1.19.3; platform_system == "Windows"
6
  numpy==1.19.4; platform_system != "Windows"
7
  scipy>=1.0.0
8
+ tqdm==4.64.0
9
+ sounddevice==0.4.4
10
+ SoundFile==0.10.3.post1
11
+ Unidecode==1.3.4
12
+ inflect==6.0.0
13
+ multiprocess==0.70.13
14
+ numba==0.56.0
15
  webrtcvad; platform_system != "Windows"
16
+ torch==1.12.1