diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-31 15:01:30 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 01:06:40 +0000 |
| commit | 6fadea1fe533cc1ee91f1efa837290555bac87b7 (patch) | |
| tree | 379b274bb1205882e4d94da0ff38da128be6d4ae /gnu | |
| parent | eaea3c9ced75b20c4ee429239a6e2f75362106ff (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/statistics.scm | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index d843020c074..395bc9eccf9 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 |
