gnu: python-pytensor: Update to 2.14.2.

* gnu/packages/python-science.scm (python-pytensor): Update to 2.14.2.
[native-inputs]: Add python-pytest-mock.
This commit is contained in:
Vinicius Monego 2023-08-05 18:26:12 -03:00
parent ebfb795232
commit 645aeaf52d
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -785,7 +785,7 @@ functions and around einops with an API and features adapted to xarray.")
(define-public python-pytensor (define-public python-pytensor
(package (package
(name "python-pytensor") (name "python-pytensor")
(version "2.12.3") (version "2.14.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -794,7 +794,7 @@ functions and around einops with an API and features adapted to xarray.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1445fwbmzkdbndkq9hxiagdkfclgrnmpfzad40zqn6m5ry8192x8")))) "1428l1v7yrnls8875xjx1svn48cmz0q83sv7sg0xdqghkfnyi7xx"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
@ -840,7 +840,10 @@ parentdir_prefix = pytensor-
"--ignore" "tests/tensor/" "--ignore" "tests/tensor/"
"--ignore" "tests/sandbox/" "--ignore" "tests/sandbox/"
"--ignore" "tests/sparse/sandbox/"))))))) "--ignore" "tests/sparse/sandbox/")))))))
(native-inputs (list python-cython python-pytest python-versioneer)) (native-inputs (list python-cython
python-pytest
python-pytest-mock
python-versioneer))
(propagated-inputs (list python-cons (propagated-inputs (list python-cons
python-etuples python-etuples
python-filelock python-filelock