KIFF commited on
Commit
c481dd1
·
verified ·
1 Parent(s): 033e552

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -8
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- pyannote.audio>=3.0
2
- torch
3
- torchaudio
4
- soundfile
5
- numpy
6
- scipy
7
- requests
8
- pyyaml
 
 
1
+
2
+ torch>=2.0.0
3
+ torchaudio>=2.0.0
4
+ pyannote.audio
5
+ pyannote.core
6
+ speechbrain
7
+ typing-extensions
8
+ semver>=3.0.0
9
+ pytorch-lightning