From 4b3617badcd8ab23a6aba7eb0185dc7102e9308d Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Sun, 1 Mar 2026 21:24:37 -0300 Subject: [PATCH] gnu: python-deepxde: Update to 1.15.0. * gnu/packages/machine-learning.scm (python-deepxde): Update to 1.15.0. Change-Id: I4291925d2931201a4cc2897aea150d024a9eac05 --- gnu/packages/machine-learning.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 86ef8ce480..5fbdc453a1 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -3110,13 +3110,13 @@ discrete, and conditional dimensions.") (define-public python-deepxde (package (name "python-deepxde") - (version "1.14.0") + (version "1.15.0") (source (origin (method url-fetch) (uri (pypi-uri "deepxde" version)) (sha256 (base32 - "1dzh0q772fv192znjxshd616kqfwyp3b5iz2833d9n1m98wpxgbw")))) + "1m21hkcj386p0bwf19cr6r2kkv0c054yv1ipsl1rqav13g88l3ic")))) (build-system pyproject-build-system) (arguments (list #:tests? #f ; there are no tests