[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: python-deepxde: Update to 1.10.0.
From: |
guix-commits |
Subject: |
06/08: gnu: python-deepxde: Update to 1.10.0. |
Date: |
Fri, 3 Nov 2023 18:30:15 -0400 (EDT) |
monego pushed a commit to branch master
in repository guix.
commit 1879bfd88f16a515bd4d5e9de6b4e42dae42bc8c
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Fri Nov 3 18:38:58 2023 -0300
gnu: python-deepxde: Update to 1.10.0.
* gnu/packages/machine-learning.scm (python-deepxde): Update to 1.10.0.
Change-Id: Ibc37f9e7df45c49f590beb1dda87236e853b88c1
---
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 acb3146e39..a84377e1eb 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2102,13 +2102,13 @@ discrete, and conditional dimensions.")
(define-public python-deepxde
(package
(name "python-deepxde")
- (version "1.9.3")
+ (version "1.10.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "DeepXDE" version))
(sha256
(base32
- "1zw2gqssc0s3maf4gdjckxmzx1d3036hbp1iir26kd08hxj93vzs"))))
+ "0fdxrjrm7l19yx6n8vaklxlhwzx0bw9n08vp8idikzdifybz5gij"))))
(build-system pyproject-build-system)
(arguments
(list #:tests? #f ; there are no tests
- branch master updated (eb93ab2d14 -> 479fdc8451), guix-commits, 2023/11/03
- 04/08: gnu: Add python-salib., guix-commits, 2023/11/03
- 06/08: gnu: python-deepxde: Update to 1.10.0.,
guix-commits <=
- 08/08: gnu: python-pymc: Update to 5.9.1., guix-commits, 2023/11/03
- 01/08: gnu: symengine: Update to 0.11.1., guix-commits, 2023/11/03
- 05/08: gnu: Add python-emcee., guix-commits, 2023/11/03
- 07/08: gnu: python-pytensor: Update to 2.17.3., guix-commits, 2023/11/03
- 02/08: gnu: python-opentsne: Update to 1.0.0., guix-commits, 2023/11/03
- 03/08: gnu: python-openturns: Update to 1.21.1., guix-commits, 2023/11/03