mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: python-mapie: Update to 1.2.0.
* gnu/packages/statistics.scm (python-mapie): Update to 1.2.0. [arguments]<#:test-flags>: Set '--pyargs mapie'. Change-Id: Ibebb655b70aed43bd65c2071c8e623f14e122a86
This commit is contained in:
parent
46c10b5d30
commit
b0146d018c
1 changed files with 5 additions and 2 deletions
|
|
@ -1355,14 +1355,17 @@ Meier, Nelson Aalen and regression.")
|
|||
(define-public python-mapie
|
||||
(package
|
||||
(name "python-mapie")
|
||||
(version "1.0.1")
|
||||
(version "1.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "mapie" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bkikqjya6gkds3n4qj6svvyz6czkwrc5s66ffb62l6wi4v2f89a"))))
|
||||
"1ykmm3wgnxfk2yspb82bnqmm700nnsxrdj6fqccp6gh6fnbd2cnn"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:test-flags #~(list "--pyargs" "mapie")))
|
||||
(native-inputs (list python-pandas python-pytest python-setuptools
|
||||
python-wheel))
|
||||
(propagated-inputs (list python-numpy python-scikit-learn))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue