From 8cc646f05b9a9b6bb2b4826d402eb837e240c426 Mon Sep 17 00:00:00 2001 From: Gabriele Picco Date: Tue, 22 Jun 2021 14:15:22 +0200 Subject: [PATCH] Specify packaging version to be more than 17.0 (#8030) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b564e13551..001bb24219 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ fsspec[http]>=2021.05.0, !=2021.06.0 tensorboard>=2.2.0, !=2.5.0 # 2.5.0 GPU CI error: 'Couldn't build proto file into descriptor pool!' torchmetrics>=0.3.2 pyDeprecate==0.3.1 -packaging +packaging>=17.0 typing-extensions # TypedDict support for python<3.8