From 433d90792efd41920ecb8059b52b8ebb47de1c43 Mon Sep 17 00:00:00 2001 From: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com> Date: Tue, 2 Nov 2021 22:41:39 +0100 Subject: [PATCH] bump hugginggace_hub (#3199) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff9dbfa7f19..1cce2fd54b8 100644 --- a/setup.py +++ b/setup.py @@ -99,7 +99,7 @@ # for data streaming via http "aiohttp", # To get datasets from the Datasets Hub on huggingface.co - "huggingface_hub>=0.0.19,<0.1.0", + "huggingface_hub>=0.1.0,<1.0.0", # Utilities from PyPA to e.g., compare versions "packaging", ]