mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-array-api-compat: Update to 1.9.1.
* gnu/packages/python-xyz.scm (python-array-api-compat): Update to 1.9.1. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ifc7e2e062e6684310bc4578229dffc40278e77e4
This commit is contained in:
parent
b909977f5f
commit
9285aa780d
1 changed files with 4 additions and 2 deletions
|
@ -1145,16 +1145,18 @@ from a docstring rather than the other way around.")
|
|||
(define-public python-array-api-compat
|
||||
(package
|
||||
(name "python-array-api-compat")
|
||||
(version "1.6")
|
||||
(version "1.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "array_api_compat" version))
|
||||
(sha256
|
||||
(base32 "1bvn92v52h8p2zpinwv5bl1314kdjw3msalj91nczfdbrmay78bl"))))
|
||||
(base32 "1a4y6ph3gx5fc2q74mkwc239d26b3yvlawc6ifxsay9wr4lbifhp"))))
|
||||
(build-system pyproject-build-system)
|
||||
;; Tests would require all supported array libraries, including pytorch
|
||||
(arguments (list #:tests? #false))
|
||||
(native-inputs
|
||||
(list python-setuptools python-wheel))
|
||||
(propagated-inputs (list python-numpy))
|
||||
(home-page "https://data-apis.org/array-api-compat/")
|
||||
(synopsis "Array API compatibility wrapper for NumPy et al")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue