[bug#66389] gnu: Add python-emcee.
Commit Message
* gnu/packages/statistics.scm (python-emcee): New variable.
---
gnu/packages/statistics.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
base-commit: 6d5a75c70e32f563f0ec6bbaf65596c15c6ac10f
Comments
Vinicius Monego <monego@posteo.net> skribis:
> * gnu/packages/statistics.scm (python-emcee): New variable.
LGTM!
Em 23/10/2023 18:53, Ludovic Courtès escreveu:
> Vinicius Monego <monego@posteo.net> skribis:
>
>> * gnu/packages/statistics.scm (python-emcee): New variable.
> LGTM!
Applied, thanks!
@@ -2354,6 +2354,29 @@ (define-public python-mapie
conformal prediction methods intervals.")
(license license:bsd-3)))
+(define-public python-emcee
+ (package
+ (name "python-emcee")
+ (version "3.1.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "emcee" version))
+ (sha256
+ (base32 "1vbz67cwzig28dlndkm6g246p1vcvj6yy2w65z8cdyffigf1j3lf"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-numpy))
+ (native-inputs (list python-coverage
+ python-pytest
+ python-pytest-cov
+ python-setuptools-scm))
+ (home-page "https://emcee.readthedocs.io/en/stable/")
+ (synopsis "Ensemble sampling toolkit for MCMC")
+ (description
+ "@code{emcee} is a Python implementation of the affine-invariant ensemble
+sampler for Markov chain Monte Carlo (MCMC).")
+ (license license:expat)))
+
(define-public python-statsmodels
(package
(name "python-statsmodels")