Gaetan Lepage
2026-04-05 23:32:15 +00:00
parent ae9814eb7b
commit 7a1cb48016
@@ -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
];