From abd4da9b9c53767a5260fb3f03f7c7490b4cd181 Mon Sep 17 00:00:00 2001 From: nateraw Date: Mon, 14 Nov 2022 13:08:20 -0500 Subject: [PATCH] :pushpin: pin hf hub version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 59b4ed4c..298f9789 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( keywords='pytorch pretrained models efficientnet mobilenetv3 mnasnet resnet vision transformer vit', packages=find_packages(exclude=['convert', 'tests', 'results']), include_package_data=True, - install_requires=['torch >= 1.7', 'torchvision', 'pyyaml', 'huggingface_hub'], + install_requires=['torch >= 1.7', 'torchvision', 'pyyaml', 'huggingface_hub<=0.10.1'], python_requires='>=3.6', )