~ruther/guix-local

7ef2959085cf7722c401ce8efe52c7da1bab73a9 — Vinicius Monego 1 year, 11 months ago 6a1c2e8
gnu: python-deepxde: Update to 1.11.0.

* gnu/packages/machine-learning.scm (python-deepxde): Update to 1.11.0.

Change-Id: Ifc58877d5ad1b7e485b7c05d1451f82371a62769
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +2 -2
@@ 2331,13 2331,13 @@ discrete, and conditional dimensions.")
(define-public python-deepxde
  (package
    (name "python-deepxde")
    (version "1.10.1")
    (version "1.11.0")
    (source (origin
              (method url-fetch)
              (uri (pypi-uri "DeepXDE" version))
              (sha256
               (base32
                "1lgn4sa9bnmhsccddb9vjz7nsvdnccxqkvv7xssxmfb413dpg1mz"))))
                "0qx6iq8n2j8ab80bs2n85v8g6xi2bnq83vfiaj7a4nsmf62rhkzg"))))
    (build-system pyproject-build-system)
    (arguments
     (list #:tests? #f                  ; there are no tests