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", ]