guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 983f238c873e44fb60b216ee335c1959f345a03f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 31 15:01:30 2025 +0000
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 dc1510310a..0d58a46837 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