diff options
Diffstat (limited to 'pkgs/development/python-modules/huggingface-hub/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/huggingface-hub/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/huggingface-hub/default.nix b/pkgs/development/python-modules/huggingface-hub/default.nix index 33d2245a9806..923405a61efc 100644 --- a/pkgs/development/python-modules/huggingface-hub/default.nix +++ b/pkgs/development/python-modules/huggingface-hub/default.nix @@ -39,14 +39,14 @@ buildPythonPackage rec { pname = "huggingface-hub"; - version = "0.29.3"; + version = "0.30.2"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "huggingface_hub"; tag = "v${version}"; - hash = "sha256-zUI5awSEKJ4PuSdtRRe0XJCpr3KLLfI7R+dafUuzfRU="; + hash = "sha256-6nE6iKIC6ymI+NMOw/xQT4l5nshDyPdGI0YhqK7tQRE="; }; build-system = [ setuptools ]; @@ -93,7 +93,7 @@ buildPythonPackage rec { keras ]; hf_xet = [ - # hf-xet + # hf-xet (unpackaged) ]; }; |
