gnu: python-emcee: Reduce closure size. * gnu/packages/statistics.scm (python-emcee)[native-inputs]: Remove python-coverage, python-pytest-cov, and python-wheel. Change-Id: I6a18dc207fa2dbf5b61fc7bb2495e3a9acc66820
1 files changed, 4 insertions(+), 6 deletions(-) M gnu/packages/statistics.scm
M gnu/packages/statistics.scm => gnu/packages/statistics.scm +4 -6
@@ 1023,12 1023,10 @@ and Vega-Lite examples.") (base32 "0zb3ihja3hyj6zjbhkpxhyyppnv58q2jjg0yd1lwmydqdaplvbqi")))) (build-system pyproject-build-system) (propagated-inputs (list python-numpy)) (native-inputs (list python-coverage python-pytest python-pytest-cov python-setuptools python-setuptools-scm python-wheel)) (native-inputs (list python-pytest python-setuptools python-setuptools-scm)) (home-page "https://emcee.readthedocs.io/en/stable/") (synopsis "Ensemble sampling toolkit for MCMC") (description