gnu: python-scikit-rebate: Update to 0.62.
* gnu/packages/machine-learning.scm (python-scikit-rebate): Update to 0.62. [arguments]: Disable tests. [native-inputs]: Remove.
parent
bc5b1dce07
commit
c7ef428a18
|
@ -1276,17 +1276,15 @@ visualizing high-dimensional data sets.")
|
||||||
(define-public python-scikit-rebate
|
(define-public python-scikit-rebate
|
||||||
(package
|
(package
|
||||||
(name "python-scikit-rebate")
|
(name "python-scikit-rebate")
|
||||||
(version "0.6")
|
(version "0.62")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "skrebate" version))
|
(uri (pypi-uri "skrebate" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h7qs9gjxpzqabzhb8rmpv3jpmi5iq41kqdibg48299h94iikiw7"))))
|
"0n55ghvnv7rxqa5agq6a4892ad0ghha165b0g4ghwr9gqm6ss3dj"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; Pandas is only needed to run the tests.
|
(arguments '(#:tests? #f)) ;no tests on PyPI and no tags in repo
|
||||||
(native-inputs
|
|
||||||
(list python-pandas))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-numpy python-scipy python-scikit-learn python-joblib))
|
(list python-numpy python-scipy python-scikit-learn python-joblib))
|
||||||
(home-page "https://epistasislab.github.io/scikit-rebate/")
|
(home-page "https://epistasislab.github.io/scikit-rebate/")
|
||||||
|
|
Reference in New Issue