- 20 Aug, 2023 1 commit
-
-
moto authored
Summary: It seems that the default Python version was updated to 3.11. libcst does not have binary release for 3.11, so the CI attempts to build from source but it fails because building libcst requires Rust compiler. This commit fix the Python version of style check job to 3.10 so that the issue with Rust compiler is avoided. Pull Request resolved: https://github.com/pytorch/audio/pull/3564 Reviewed By: huangruizhe Differential Revision: D48499560 Pulled By: mthrok fbshipit-source-id: 53ab77268d8143f4946d92e8cd1f96aea55e7b72
-
- 01 Feb, 2023 1 commit
-
-
Wei Wang authored
Summary: https://github.com/pytorch/pytorch/pull/93155 Core has dropped python3.7 Pull Request resolved: https://github.com/pytorch/audio/pull/3020 Reviewed By: mthrok Differential Revision: D42902346 Pulled By: weiwangmeta fbshipit-source-id: 07ab1aff0e128c5960d87e5fa29e341310dea388
-
- 22 Dec, 2021 1 commit
-
-
Joao Gomes authored
Summary: After discussing with Moto Hira, we decided to revert linting exemptions introduced previously in order to keep the entire audio project as formatted as possible, to reduce the time we spend on formatting discussion. Pull Request resolved: https://github.com/pytorch/audio/pull/2087 Reviewed By: mthrok Differential Revision: D33236949 Pulled By: jdsgomes fbshipit-source-id: e13079f532c4534d8a168059b0ded6fa375fdecf
-
- 15 Dec, 2021 1 commit
-
-
Joao Gomes authored
Summary: In order to align with the internal configuration and also torchvision we decided to sphinx-gallery examples from the lint checks . cc NicolasHug mthrok Pull Request resolved: https://github.com/pytorch/audio/pull/2071 Reviewed By: NicolasHug Differential Revision: D33091124 Pulled By: jdsgomes fbshipit-source-id: ffda2dde9115f0590cbde7785007cf811caca7ef
-
- 10 Dec, 2021 1 commit
-
-
Joao Gomes authored
Summary: Following up on [this comment ](https://github.com/pytorch/audio/pull/2056#issuecomment-988356439) I am separating the config changes from the formatting. cc NicolasHug mthrok Pull Request resolved: https://github.com/pytorch/audio/pull/2066 Reviewed By: mthrok Differential Revision: D32990377 Pulled By: jdsgomes fbshipit-source-id: 67a6251a51901702ad10ae43c35609a09cbf5c5c
-