mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: python-deepxde: Update to 1.11.0.
* gnu/packages/machine-learning.scm (python-deepxde): Update to 1.11.0. Change-Id: Ifc58877d5ad1b7e485b7c05d1451f82371a62769
This commit is contained in:
parent
6a1c2e83be
commit
7ef2959085
1 changed files with 2 additions and 2 deletions
|
@ -2331,13 +2331,13 @@ (define-public python-hyperopt
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue