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
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user