python-pot upgrade to 0.9.3

This commit is contained in:
Kjartan Oli Agustsson 2024-04-23 13:30:22 +00:00
parent 386f805786
commit a3aa7b72c2
Signed by: kjartanoli
GPG Key ID: D7572FE3605EE6B0
1 changed files with 3 additions and 3 deletions

View File

@ -14,17 +14,17 @@
(define-public python-pot
(package
(name "python-pot")
(version "0.9.1")
(version "0.9.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "POT" version))
(sha256
(base32 "06srbvgxsp8i5qp1ai2nc7zdzl8s337j2lpyq48zz5q1l0km7hl1"))))
(base32 "11kwc7mdwky6iw7w804z0c4pbi0zh1y5zxvyf8p4fwqa76a27kzf"))))
(build-system pyproject-build-system)
;; Tests seem to depend on networking
(arguments (list #:tests? #f))
(propagated-inputs (list python-numpy python-scipy python-cython))
(propagated-inputs (list python-numpy python-scipy))
(home-page "https://github.com/PythonOT/POT")
(synopsis "Python Optimal Transport Library")
(description "Python Optimal Transport Library")