mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-mapie: Update to 0.9.1.
* gnu/packages/statistics.scm (python-mapie): Update to 0.9.1. [arguments]: Run all tests. Change-Id: I8c38e327a5db38eb112be3731d3fcd190dc04280
This commit is contained in:
parent
948793cb4f
commit
d6731b59ba
1 changed files with 2 additions and 8 deletions
|
@ -2587,20 +2587,14 @@ (define-public python-lifelines
|
|||
(define-public python-mapie
|
||||
(package
|
||||
(name "python-mapie")
|
||||
(version "0.8.6")
|
||||
(version "0.9.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "MAPIE" version))
|
||||
(sha256
|
||||
(base32
|
||||
"013ljcjjl3k9yb3166fnvr6nsb9ph4rhidpdjjks78qw0w1j7faa"))))
|
||||
"1lyqszfgmqfsyvfaxplzz84iqm7s49rdscjjhnxlymrasrizfp26"))))
|
||||
(build-system pyproject-build-system)
|
||||
;; See https://github.com/scikit-learn-contrib/MAPIE/issues/432
|
||||
(arguments
|
||||
(list
|
||||
#:test-flags
|
||||
'(list "-k" (string-append "not test_correct_results"
|
||||
" and not test_correct_results_binary"))))
|
||||
(native-inputs (list python-pandas python-pytest python-setuptools
|
||||
python-wheel))
|
||||
(propagated-inputs (list python-numpy python-scikit-learn))
|
||||
|
|
Loading…
Reference in a new issue