diff options
author | Vinicius Monego <monego@posteo.net> | 2024-07-28 11:28:54 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-09-02 17:42:34 -0300 |
commit | 48bcf78c043b68979ced0cdeccd71bc1c760b15e (patch) | |
tree | dd7273ab08f971f7f80a87cfb244be27ffa59982 /gnu | |
parent | 5312f34f700560c56f9042aa91581c511d11b5cc (diff) | |
download | guix-48bcf78c043b68979ced0cdeccd71bc1c760b15e.tar.gz guix-48bcf78c043b68979ced0cdeccd71bc1c760b15e.zip |
gnu: python-deepxde: Update to 1.12.1.
* gnu/packages/machine-learning.scm (python-deepxde): Update to 1.12.1.
Change-Id: I7996c7686e1b6f97a4b54efc6153fe5adebd0b4b
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/machine-learning.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 62b9ac00e9..df0a39708d 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -2396,13 +2396,13 @@ discrete, and conditional dimensions.") (define-public python-deepxde (package (name "python-deepxde") - (version "1.11.1") + (version "1.12.1") (source (origin (method url-fetch) (uri (pypi-uri "deepxde" version)) (sha256 (base32 - "1dkhgka0ris2fkqkm3riwsqrq2q9rk7lk36gaf4av1mhz6c0sa64")))) + "1i7ibj968hxgqhv1jzkk5sph1608bkz147jmz0v943m9rqvscw10")))) (build-system pyproject-build-system) (arguments (list #:tests? #f ; there are no tests |