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:
Vinicius Monego 2024-07-28 11:28:54 -03:00
parent 5312f34f70
commit 48bcf78c04
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -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