From 7f4912ea60f0276ab3a66a3eb2fd6ec5e3e48ab0 Mon Sep 17 00:00:00 2001 From: Sam Anklesaria Date: Tue, 9 Sep 2025 18:38:35 +0000 Subject: [PATCH] Remove reference to sox in CONTRIBUTING.md --- CONTRIBUTING.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 088682f57b..e3e4961ea5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,13 +44,7 @@ Please refer to https://pytorch.org/audio/main/build.html ## Running Test -If you built sox, set the `PATH` variable so that the tests properly use the newly built `sox` binary: - -```bash -export PATH="/third_party/install/bin:${PATH}" -``` - -The following dependencies are also needed for testing: +The following dependencies are needed for testing: ```bash pip install typing pytest scipy numpy parameterized