mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-deepxde: Update to 1.12.1.
* gnu/packages/machine-learning.scm (python-deepxde): Update to 1.12.1. Change-Id: I7996c7686e1b6f97a4b54efc6153fe5adebd0b4b
This commit is contained in:
parent
5312f34f70
commit
48bcf78c04
1 changed files with 2 additions and 2 deletions
|
@ -2396,13 +2396,13 @@ discrete, and conditional dimensions.")
|
||||||
(define-public python-deepxde
|
(define-public python-deepxde
|
||||||
(package
|
(package
|
||||||
(name "python-deepxde")
|
(name "python-deepxde")
|
||||||
(version "1.11.1")
|
(version "1.12.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "deepxde" version))
|
(uri (pypi-uri "deepxde" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dkhgka0ris2fkqkm3riwsqrq2q9rk7lk36gaf4av1mhz6c0sa64"))))
|
"1i7ibj968hxgqhv1jzkk5sph1608bkz147jmz0v943m9rqvscw10"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ; there are no tests
|
(list #:tests? #f ; there are no tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue