monego pushed a commit to branch master
in repository guix.
commit a6b249bd67e72493df517faacaf3280342702f72
Author: Vinicius Monego <[email protected]>
AuthorDate: Tue Jan 16 19:38:05 2024 -0300
gnu: python-deepxde: Update to 1.10.1.
* gnu/packages/machine-learning.scm (python-deepxde): Update to 1.10.1.
Change-Id: If3515735d4adee8a2f1e9460d6ccb72c6ce26321
---
gnu/packages/machine-learning.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 1540018347..77f1282a2b 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -15,7 +15,7 @@
;;; Copyright © 2019 Brett Gilio <[email protected]>
;;; Copyright © 2020 Konrad Hinsen <[email protected]>
;;; Copyright © 2020 Edouard Klein <[email protected]>
-;;; Copyright © 2020, 2021, 2022, 2023 Vinicius Monego <[email protected]>
+;;; Copyright © 2020, 2021, 2022, 2023, 2024 Vinicius Monego
<[email protected]>
;;; Copyright © 2020, 2021, 2022, 2023 Maxim Cournoyer
<[email protected]>
;;; Copyright © 2022, 2023 Nicolas Graves <[email protected]>
;;; Copyright © 2023 zamfofex <[email protected]>
@@ -2202,13 +2202,13 @@ discrete, and conditional dimensions.")
(define-public python-deepxde
(package
(name "python-deepxde")
- (version "1.10.0")
+ (version "1.10.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "DeepXDE" version))
(sha256
(base32
- "0fdxrjrm7l19yx6n8vaklxlhwzx0bw9n08vp8idikzdifybz5gij"))))
+ "1lgn4sa9bnmhsccddb9vjz7nsvdnccxqkvv7xssxmfb413dpg1mz"))))
(build-system pyproject-build-system)
(arguments
(list #:tests? #f ; there are no tests