KIFF commited on
Commit
5561749
·
verified ·
1 Parent(s): 8b7b5cf

Update create_handler.ipynb

Browse files
Files changed (1) hide show
  1. create_handler.ipynb +8 -2
create_handler.ipynb CHANGED
@@ -22,8 +22,14 @@
22
  ],
23
  "source": [
24
  "%%writefile requirements.txt\n",
25
- "torchaudio==0.11.*\n",
26
- "git+https://github.com/philschmid/pyannote-audio.git"
 
 
 
 
 
 
27
  ]
28
  },
29
  {
 
22
  ],
23
  "source": [
24
  "%%writefile requirements.txt\n",
25
+ "torch>=2.0.0\n",
26
+ "torchaudio>=2.2.0\n",
27
+ "pyannote.audio\n",
28
+ "pyannote.core\n",
29
+ "speechbrain\n",
30
+ "typing-extensions\n",
31
+ "semver>=3.0.0\n",
32
+ "pytorch-lightning"
33
  ]
34
  },
35
  {