jhtonyKoo commited on
Commit
6c77f91
·
verified ·
1 Parent(s): b1201de

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -15
requirements.txt CHANGED
@@ -1,25 +1,25 @@
1
  git+https://github.com/facebookresearch/demucs#egg=demucs
2
- numba
3
- soxbindings
4
- aubio
5
  classy_vision==0.6.0
6
  config==0.5.1
7
- librosa
8
- matplotlib
9
  psutil==5.7.2
10
  pyloudnorm==0.1.0
11
  git+https://github.com/csteinmetz1/pymixconsole
12
- pytorch_lightning
13
  PyYAML==5.3.1
14
- scikit-learn
15
- scipy
16
- SoundFile
17
  pytube
18
  resampy
19
  pydub
20
- torch
21
- torchaudio
22
- torchvision
23
- torchmetrics
24
- torchtext
25
- numpy==1.24.1
 
1
  git+https://github.com/facebookresearch/demucs#egg=demucs
2
+ numba==0.48.0
3
+ soxbindings==1.2.3
4
+ aubio==0.4.9
5
  classy_vision==0.6.0
6
  config==0.5.1
7
+ librosa==0.9.2
8
+ matplotlib==3.3.3
9
  psutil==5.7.2
10
  pyloudnorm==0.1.0
11
  git+https://github.com/csteinmetz1/pymixconsole
12
+ pytorch_lightning==1.3.2
13
  PyYAML==5.3.1
14
+ scikit-learn==1.1.3
15
+ scipy==1.6
16
+ SoundFile==0.10.3.post1
17
  pytube
18
  resampy
19
  pydub
20
+ torch==1.9.0
21
+ torchaudio==0.9.0
22
+ torchvision==0.10.0
23
+ torchmetrics==0.6.0
24
+ torchtext==0.10.0
25
+ numpy==1.23.0