mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-huggingface-hub: Update to 0.23.2.
* gnu/packages/python-web.scm (python-huggingface-hub): Update to 0.23.2. Change-Id: I06989e883f54d9f0fc8db002d0a580008f6c6b67 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
09d2f62c0f
commit
357effe1ee
1 changed files with 7 additions and 3 deletions
|
@ -143,7 +143,7 @@
|
||||||
(define-public python-huggingface-hub
|
(define-public python-huggingface-hub
|
||||||
(package
|
(package
|
||||||
(name "python-huggingface-hub")
|
(name "python-huggingface-hub")
|
||||||
(version "0.20.3")
|
(version "0.23.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -152,7 +152,7 @@
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00indl9labvqvm4m0y5jbzl68cgj8i60a6qy498gpnjj2pqk4l6v"))))
|
(base32 "0hygxqcixkc1d9sr47j2km6z0p17aj4k1dzm4cvpddrvhrgqayq5"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -185,7 +185,11 @@
|
||||||
"--ignore=tests/test_utils_git_credentials.py"
|
"--ignore=tests/test_utils_git_credentials.py"
|
||||||
"--ignore=tests/test_utils_http.py"
|
"--ignore=tests/test_utils_http.py"
|
||||||
"--ignore=tests/test_utils_pagination.py"
|
"--ignore=tests/test_utils_pagination.py"
|
||||||
"--ignore=tests/test_webhooks_server.py")
|
"--ignore=tests/test_webhooks_server.py"
|
||||||
|
"-k" (string-append
|
||||||
|
"not test_push_to_hub"
|
||||||
|
" and not test_from_pretrained_model_id_only"
|
||||||
|
" and not test_from_pretrained_model_id_and_revision"))
|
||||||
#:phases
|
#:phases
|
||||||
'(modify-phases %standard-phases
|
'(modify-phases %standard-phases
|
||||||
(add-before 'check 'pre-check
|
(add-before 'check 'pre-check
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue