me
/
guix
Archived
1
0
Fork 0

gnu: python-deepxde: Update to 1.9.3.

* gnu/packages/machine-learning.scm (python-deepxde): Update to 1.9.3.
master
Vinicius Monego 2023-09-02 08:44:38 -03:00
parent 08017d2818
commit d171c632f5
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 2 additions and 2 deletions

View File

@ -1994,13 +1994,13 @@ discrete, and conditional dimensions.")
(define-public python-deepxde (define-public python-deepxde
(package (package
(name "python-deepxde") (name "python-deepxde")
(version "1.9.2") (version "1.9.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "DeepXDE" version)) (uri (pypi-uri "DeepXDE" version))
(sha256 (sha256
(base32 (base32
"07bz3d7d698l0fhznw5l8p16b22d4ly7xq99vrgv48c722qr2r5b")))) "1zw2gqssc0s3maf4gdjckxmzx1d3036hbp1iir26kd08hxj93vzs"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list #:tests? #f ; there are no tests (list #:tests? #f ; there are no tests