gnu: Remove python2-statsmodels.

* gnu/packages/statistics.scm (python2-statsmodels): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:13:22 -04:00
parent 46ef39b4be
commit 32ec89285f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2082,27 +2082,6 @@ (define-public python-statsmodels
inference for statistical models.")
(license license:bsd-3)))
(define-public python2-statsmodels
(let ((stats (package-with-python2 python-statsmodels)))
(package/inherit stats
;; Version 0.11.1 and later does not work with Python 2. It may build
;; fine but loading modules fails.
(version "0.9.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "statsmodels" version))
(sha256
(base32
"0fxs8a7sp4d7jvqlm36yi45i2d28kjfvraf9q8i9jr1chhxgjqb4"))))
(propagated-inputs
`(("python2-pytz" ,python2-pytz)
("python2-numpy" ,python2-numpy)
("python2-scipy" ,python2-scipy)
("python2-pandas" ,python2-pandas)
("python2-patsy" ,python2-patsy)
("python2-matplotlib" ,python2-matplotlib))))))
(define-public r-coda
(package
(name "r-coda")