gnu: Update python-statsmodels to 0.11.1.

* gnu/packages/statistics.scm (python-statsmodels): Update to 0.11.1.
This commit is contained in:
Roel Janssen 2020-03-08 23:16:34 +01:00
parent 6dfc981a98
commit b6574660e3
No known key found for this signature in database
GPG key ID: CBD0CD5138C19AFC

View file

@ -1880,14 +1880,14 @@ (define-public python2-patsy
(define-public python-statsmodels
(package
(name "python-statsmodels")
(version "0.9.0")
(version "0.11.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "statsmodels" version))
(sha256
(base32
"0fxs8a7sp4d7jvqlm36yi45i2d28kjfvraf9q8i9jr1chhxgjqb4"))))
"1w6mf8b86vizi2895j11szqryr2v1ckjig3wp9fv94aslfh3zpjv"))))
(build-system python-build-system)
(arguments
`(;; The test suite is very large and rather brittle. Tests often fail