1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-deepxde: Update to 1.13.1.

* gnu/packages/machine-learning.scm (python-deepxde): Update to 1.13.1.

Change-Id: I77fe9e0d2a65b185a3830d46c1e62fb501f13b11
This commit is contained in:
Vinicius Monego
2025-02-22 22:40:39 -03:00
parent b6cb59bf1e
commit 8b803f623e

View File

@@ -2617,13 +2617,13 @@ discrete, and conditional dimensions.")
(define-public python-deepxde
(package
(name "python-deepxde")
(version "1.12.2")
(version "1.13.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "deepxde" version))
(sha256
(base32
"07v3b7k4k4a27yb00fj5xjvflfpzs815sd9bw8zgvdkvp2fsaxsr"))))
"11dna52fhqs4id92k81p19lnm92z9rl90d65k8677in8di74qq9n"))))
(build-system pyproject-build-system)
(arguments
(list #:tests? #f ; there are no tests