From c782e308fde630d60986a6956af46622f2a0b3e0 Mon Sep 17 00:00:00 2001 From: Jerry Chen Date: Wed, 20 Sep 2023 12:07:29 -0700 Subject: [PATCH] Upgrade huggingface-hub dependency (#613) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f86b03bbab..f5d223747d 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,7 @@ # PyPI does not support direct dependencies, so we remove this line before uploading from PyPI 'triton-pre-mlir@git+https://github.com/vchiley/triton.git@triton_pre_mlir_sm90#subdirectory=python', 'boto3>=1.21.45,<2', + 'huggingface-hub>=0.17.0,<1.0', ] extra_deps = {}