Skip to content

Commit 6a044df

Browse files
Remove external dependencies for tutorials (#4030)
1 parent bc3de07 commit 6a044df

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

docs/requirements-tutorials.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
11
IPython
2-
deep-phonemizer
3-
boto3
4-
cython
5-
pandas
6-
librosa==0.10.0
7-
sentencepiece
8-
pandoc
9-
mir_eval
10-
pesq
11-
pystoi

examples/tutorials/audio_feature_extractions_tutorial.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
print(torch.__version__)
2626
print(torchaudio.__version__)
2727

28-
import librosa
2928
import matplotlib.pyplot as plt
3029

3130
######################################################################

0 commit comments

Comments
 (0)