[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/11: gnu: python-deepxde: Update to 1.12.1.
From: |
guix-commits |
Subject: |
11/11: gnu: python-deepxde: Update to 1.12.1. |
Date: |
Mon, 2 Sep 2024 16:48:25 -0400 (EDT) |
monego pushed a commit to branch master
in repository guix.
commit 48bcf78c043b68979ced0cdeccd71bc1c760b15e
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sun Jul 28 11:28:54 2024 -0300
gnu: python-deepxde: Update to 1.12.1.
* gnu/packages/machine-learning.scm (python-deepxde): Update to 1.12.1.
Change-Id: I7996c7686e1b6f97a4b54efc6153fe5adebd0b4b
---
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 62b9ac00e9..df0a39708d 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2396,13 +2396,13 @@ discrete, and conditional dimensions.")
(define-public python-deepxde
(package
(name "python-deepxde")
- (version "1.11.1")
+ (version "1.12.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "deepxde" version))
(sha256
(base32
- "1dkhgka0ris2fkqkm3riwsqrq2q9rk7lk36gaf4av1mhz6c0sa64"))))
+ "1i7ibj968hxgqhv1jzkk5sph1608bkz147jmz0v943m9rqvscw10"))))
(build-system pyproject-build-system)
(arguments
(list #:tests? #f ; there are no tests
- branch master updated (c4de5091a9 -> 48bcf78c04), guix-commits, 2024/09/02
- 09/11: gnu: python-metpy: Update to 1.6.3., guix-commits, 2024/09/02
- 03/11: gnu: python-scikit-fuzzy: Update to 0.5.0., guix-commits, 2024/09/02
- 05/11: gnu: ffmpeg-normalize: Update to 1.28.3., guix-commits, 2024/09/02
- 01/11: gnu: python-scikit-rf: Update to 1.3.0., guix-commits, 2024/09/02
- 02/11: gnu: python-lcapy: Update to 1.24., guix-commits, 2024/09/02
- 11/11: gnu: python-deepxde: Update to 1.12.1.,
guix-commits <=
- 10/11: gnu: gmic: Update to 3.4.1., guix-commits, 2024/09/02
- 07/11: gnu: python-pandapower: Update to 2.14.11., guix-commits, 2024/09/02
- 08/11: gnu: python-libensemble: Update to 1.4.2., guix-commits, 2024/09/02
- 06/11: gnu: xonsh: Update to 0.18.3., guix-commits, 2024/09/02
- 04/11: gnu: python-scikit-fuzzy: Enable tests., guix-commits, 2024/09/02