From c66647f6a85061cc19bbfa6d21e2a8d9f64b5aa6 Mon Sep 17 00:00:00 2001 From: vfdev Date: Fri, 22 Jul 2022 19:54:42 +0200 Subject: [PATCH] Update CONTRIBUTING.md Up versions according to https://github.com/pytorch/vision/pull/5106 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 31efa40923e..3eedb6261a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,7 +83,7 @@ Instead of relying directly on `black` however, we rely on [ufmt](https://github.com/omnilib/ufmt), for compatibility reasons with Facebook internal infrastructure. -To format your code, install `ufmt` with `pip install ufmt==1.3.2 black==21.9b0 usort==0.6.4` and use e.g.: +To format your code, install `ufmt` with `pip install ufmt==1.3.2 black==22.3.0 usort==1.0.2` and use e.g.: ```bash ufmt format torchvision