mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
python3Packages.huggingface-hub: 0.31.4 -> 0.32.3
Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.31.4...refs/tags/v0.32.3 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.32.3
This commit is contained in:
parent
787ba0ef7d
commit
93ee7a9232
1 changed files with 4 additions and 4 deletions
|
@ -9,6 +9,7 @@
|
||||||
# dependencies
|
# dependencies
|
||||||
filelock,
|
filelock,
|
||||||
fsspec,
|
fsspec,
|
||||||
|
hf-xet,
|
||||||
packaging,
|
packaging,
|
||||||
pyyaml,
|
pyyaml,
|
||||||
requests,
|
requests,
|
||||||
|
@ -25,8 +26,6 @@
|
||||||
safetensors,
|
safetensors,
|
||||||
# hf_transfer
|
# hf_transfer
|
||||||
hf-transfer,
|
hf-transfer,
|
||||||
# hf_xet
|
|
||||||
hf-xet,
|
|
||||||
# fastai
|
# fastai
|
||||||
toml,
|
toml,
|
||||||
fastai,
|
fastai,
|
||||||
|
@ -41,14 +40,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "huggingface-hub";
|
pname = "huggingface-hub";
|
||||||
version = "0.31.4";
|
version = "0.32.3";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "huggingface";
|
owner = "huggingface";
|
||||||
repo = "huggingface_hub";
|
repo = "huggingface_hub";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-V/FbInskBHefbPkbwQyx+aWBcdrk5WaXXbR/v3fNU+Y=";
|
hash = "sha256-qCFwzhjQI1L7mgSSqDPw59woTSTDY0boWSHcm7dgx2A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
@ -56,6 +55,7 @@ buildPythonPackage rec {
|
||||||
dependencies = [
|
dependencies = [
|
||||||
filelock
|
filelock
|
||||||
fsspec
|
fsspec
|
||||||
|
hf-xet
|
||||||
packaging
|
packaging
|
||||||
pyyaml
|
pyyaml
|
||||||
requests
|
requests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue