gnu: python-deepxde: Update to 1.9.3.
* gnu/packages/machine-learning.scm (python-deepxde): Update to 1.9.3.
This commit is contained in:
parent
08017d2818
commit
d171c632f5
1 changed files with 2 additions and 2 deletions
|
@ -1994,13 +1994,13 @@ (define-public python-hyperopt
|
|||
(define-public python-deepxde
|
||||
(package
|
||||
(name "python-deepxde")
|
||||
(version "1.9.2")
|
||||
(version "1.9.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "DeepXDE" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07bz3d7d698l0fhznw5l8p16b22d4ly7xq99vrgv48c722qr2r5b"))))
|
||||
"1zw2gqssc0s3maf4gdjckxmzx1d3036hbp1iir26kd08hxj93vzs"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ; there are no tests
|
||||
|
|
Loading…
Reference in a new issue