Skip to content

Commit 13623fa

Browse files
committed
list optional packages instead of a pip install command
1 parent b84f48c commit 13623fa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ pip install typing pytest scipy numpy parameterized
8080

8181
Optional packages to install if you want to run related tests:
8282

83+
- `librosa`
84+
- `requests`
85+
- `soundfile`
86+
- `kaldi_io`
87+
- `transformers`
88+
- `fairseq` (it has to be newer than `0.10.2`, so you will need to install from
89+
source. Commit `e6eddd80` is known to work.)
90+
8391
```bash
8492
pip install librosa requests soundfile kaldi_io transformers
8593
```

0 commit comments

Comments
 (0)