From 6fadea1fe533cc1ee91f1efa837290555bac87b7 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 31 Oct 2025 15:01:30 +0000 Subject: [PATCH] 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 --- gnu/packages/statistics.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index d843020c0742ff6c1b553b5145691b8cb3325297..395bc9eccf9b3f0e6904a190a18ba9807043622e 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -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