From ae9814eb7ba1734427f871fd88f5c8bc75e8018d Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 5 Apr 2026 10:05:09 +0000 Subject: [PATCH 1/3] python3Packages.hf-xet: 1.4.2 -> 1.4.3 Diff: https://github.com/huggingface/xet-core/compare/v1.4.2...v1.4.3 Changelog: https://github.com/huggingface/xet-core/releases/tag/v1.4.3 --- pkgs/development/python-modules/hf-xet/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/hf-xet/default.nix b/pkgs/development/python-modules/hf-xet/default.nix index 394f4e1916c2..3f56fcdab488 100644 --- a/pkgs/development/python-modules/hf-xet/default.nix +++ b/pkgs/development/python-modules/hf-xet/default.nix @@ -9,14 +9,14 @@ buildPythonPackage (finalAttrs: { pname = "hf-xet"; - version = "1.4.2"; + version = "1.4.3"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "xet-core"; tag = "v${finalAttrs.version}"; - hash = "sha256-UdHEpJztlVI8LPs8Ne9sKe1Nv3kVVk4YLxQ3W8sUPbQ="; + hash = "sha256-zAliMR2d2j6ynHQmAljQ8XgDyjuPxNawI1bZks5aRgs="; }; sourceRoot = "${finalAttrs.src.name}/hf_xet"; @@ -28,7 +28,7 @@ buildPythonPackage (finalAttrs: { src sourceRoot ; - hash = "sha256-GV+XY5uV57yQWVGdRLpGU3eD8Gz2gy6p7OHlF+mlJI4="; + hash = "sha256-TOgBT0l7TvJamVdIAdAUFRWs8AMRRY+Ydoh6e+3dEp0="; }; nativeBuildInputs = [ From 7a1cb48016fe653594878df7aa7aa124a1da2a50 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 29 Mar 2026 22:47:08 +0000 Subject: [PATCH 2/3] python3Packages.huggingface-hub: 1.5.0 -> 1.9.0 Diff: https://github.com/huggingface/huggingface_hub/compare/v1.5.0...v1.9.0 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v1.9.0 --- .../python-modules/huggingface-hub/default.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/huggingface-hub/default.nix b/pkgs/development/python-modules/huggingface-hub/default.nix index f27ff8c7af56..f6721fd09a41 100644 --- a/pkgs/development/python-modules/huggingface-hub/default.nix +++ b/pkgs/development/python-modules/huggingface-hub/default.nix @@ -25,6 +25,9 @@ toml, fastai, fastcore, + # gradio + gradio, + requests, # mcp mcp, @@ -34,14 +37,14 @@ buildPythonPackage (finalAttrs: { pname = "huggingface-hub"; - version = "1.5.0"; + version = "1.9.0"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "huggingface_hub"; tag = "v${finalAttrs.version}"; - hash = "sha256-XuqZvTu3DuncGpRWXipxtDLY2alY7QVm89ZmpgTdfVo="; + hash = "sha256-7spvenDWuSDVTlcbOQd8oJ3bwzsyuQDIyMiVSyFIhuQ="; }; build-system = [ setuptools ]; @@ -72,6 +75,10 @@ buildPythonPackage (finalAttrs: { fastai fastcore ]; + gradio = [ + gradio + requests + ]; hf_xet = [ hf-xet ]; From acb69e47c36a960045ce486f349aeedaba49c2b5 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 29 Mar 2026 22:47:37 +0000 Subject: [PATCH 3/3] python3Packages.transformers: 5.3.0 -> 5.5.0 Diff: https://github.com/huggingface/transformers/compare/v5.3.0...v5.5.0 Changelog: https://github.com/huggingface/transformers/releases/tag/v5.5.0 --- pkgs/development/python-modules/transformers/default.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/transformers/default.nix b/pkgs/development/python-modules/transformers/default.nix index 96b532d2e57d..53d915d13f6a 100644 --- a/pkgs/development/python-modules/transformers/default.nix +++ b/pkgs/development/python-modules/transformers/default.nix @@ -85,6 +85,7 @@ gitpython, urllib3, libcst, + tomli, # opentelemetry opentelemetry-api, opentelemetry-exporter-otlp, @@ -93,14 +94,14 @@ buildPythonPackage (finalAttrs: { pname = "transformers"; - version = "5.3.0"; + version = "5.5.0"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "transformers"; tag = "v${finalAttrs.version}"; - hash = "sha256-5FzsPIG4dFTR2WgcZbdmVwwwY9Dkqu5aprl5uIIalD0="; + hash = "sha256-2fOCORAsQDKxp6EPe1OHysPWb/q168z6sCYg89tRXdU="; }; build-system = [ setuptools ]; @@ -191,6 +192,10 @@ buildPythonPackage (finalAttrs: { urllib3 libcst rich + tomli + ]; + docs = [ + # hf-docs-builder ]; benchmark = [ # optimum-benchmark