mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-deepxde: Update to 1.15.0.
* gnu/packages/machine-learning.scm (python-deepxde): Update to 1.15.0. Change-Id: I4291925d2931201a4cc2897aea150d024a9eac05
This commit is contained in:
@@ -3110,13 +3110,13 @@ discrete, and conditional dimensions.")
|
||||
(define-public python-deepxde
|
||||
(package
|
||||
(name "python-deepxde")
|
||||
(version "1.14.0")
|
||||
(version "1.15.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "deepxde" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1dzh0q772fv192znjxshd616kqfwyp3b5iz2833d9n1m98wpxgbw"))))
|
||||
"1m21hkcj386p0bwf19cr6r2kkv0c054yv1ipsl1rqav13g88l3ic"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ; there are no tests
|
||||
|
||||
Reference in New Issue
Block a user