diff options
| author | Vinicius Monego <monego@posteo.net> | 2026-03-01 21:24:37 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2026-03-01 23:38:57 -0300 |
| commit | 4b3617badcd8ab23a6aba7eb0185dc7102e9308d (patch) | |
| tree | d2b1259cd4c50781b2f60445b53948d986a3f3cd /gnu/packages/machine-learning.scm | |
| parent | 52f15f233b1c1d1a1780c49c5a9dde548e204f1b (diff) | |
gnu: python-deepxde: Update to 1.15.0.
* gnu/packages/machine-learning.scm (python-deepxde): Update to 1.15.0.
Change-Id: I4291925d2931201a4cc2897aea150d024a9eac05
Diffstat (limited to 'gnu/packages/machine-learning.scm')
| -rw-r--r-- | gnu/packages/machine-learning.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 86ef8ce480e..5fbdc453a18 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 |
