gnu: Update python-statsmodels to 0.11.1.
* gnu/packages/statistics.scm (python-statsmodels): Update to 0.11.1.
This commit is contained in:
parent
6dfc981a98
commit
b6574660e3
1 changed files with 2 additions and 2 deletions
|
@ -1880,14 +1880,14 @@ building design matrices.")
|
||||||
(define-public python-statsmodels
|
(define-public python-statsmodels
|
||||||
(package
|
(package
|
||||||
(name "python-statsmodels")
|
(name "python-statsmodels")
|
||||||
(version "0.9.0")
|
(version "0.11.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "statsmodels" version))
|
(uri (pypi-uri "statsmodels" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fxs8a7sp4d7jvqlm36yi45i2d28kjfvraf9q8i9jr1chhxgjqb4"))))
|
"1w6mf8b86vizi2895j11szqryr2v1ckjig3wp9fv94aslfh3zpjv"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; The test suite is very large and rather brittle. Tests often fail
|
`(;; The test suite is very large and rather brittle. Tests often fail
|
||||||
|
|
Reference in a new issue