mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-deepxde: Update to 1.13.2.
* gnu/packages/machine-learning.scm (python-deepxde): Update to 1.13.2. Change-Id: I70f0caf5408e41295ed98b6b33dcc2df4a7ccc01
This commit is contained in:
parent
c31662f729
commit
d305d8aa13
1 changed files with 2 additions and 2 deletions
|
@ -2668,13 +2668,13 @@ discrete, and conditional dimensions.")
|
|||
(define-public python-deepxde
|
||||
(package
|
||||
(name "python-deepxde")
|
||||
(version "1.13.1")
|
||||
(version "1.13.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "deepxde" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11dna52fhqs4id92k81p19lnm92z9rl90d65k8677in8di74qq9n"))))
|
||||
"11fm9c717pf2j5kb7skvy1nshdqz76m783ndxsd3q3lr5lkqg087"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ; there are no tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue