[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/10: gnu: python-pyro-ppl: Simplify inputs.
From: |
guix-commits |
Subject: |
07/10: gnu: python-pyro-ppl: Simplify inputs. |
Date: |
Sun, 28 Jul 2024 10:03:56 -0400 (EDT) |
monego pushed a commit to branch master
in repository guix.
commit ed882ad668fd9bb6f4b6673279f811bd189fadb3
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Wed Jul 24 07:34:16 2024 -0300
gnu: python-pyro-ppl: Simplify inputs.
* gnu/packages/machine-learning.scm (python-pyro-ppl)[native-inputs]: Remove
ninja, jupyter, python-black, python-flake8, python-graphviz, python-isort,
python-lap, python-matplotlib, python-mypy, python-nbformat,
python-nbsphinx,
python-nbstripout, python-nbval, python-pandas, python-pillow,
python-pypandoc, python-pytest, python-pytest-cov, python-pytest-xdist,
python-scikit-learn, python-scipy, python-seaborn, python-sphinx,
python-sphinx-rtd-theme, python-torchvision, python-visdom, python-wget,
python-yapf.
Change-Id: Id7a413fdbdd8a808dffb4804c8a7f04bf2c31bbc
---
gnu/packages/machine-learning.scm | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 69855ed02a..4c5b713cbf 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5506,35 +5506,6 @@ and Numpy.")
python-pyro-api
python-pytorch
python-tqdm))
- (native-inputs
- (list ninja
- jupyter
- python-black
- python-flake8
- python-graphviz
- python-isort
- python-lap
- python-matplotlib
- python-mypy
- python-nbformat
- python-nbsphinx
- python-nbstripout
- python-nbval
- python-pandas
- python-pillow
- python-pypandoc
- python-pytest
- python-pytest-cov
- python-pytest-xdist
- python-scikit-learn
- python-scipy
- python-seaborn
- python-sphinx
- python-sphinx-rtd-theme
- python-torchvision
- python-visdom
- python-wget
- python-yapf))
(home-page "https://pyro.ai")
(synopsis "Python library for probabilistic modeling and inference")
(description
- branch master updated (46a64c7fdd -> fdc6274de5), guix-commits, 2024/07/28
- 03/10: gnu: libngspice, ngspice: Improve package style., guix-commits, 2024/07/28
- 05/10: gnu: python-botorch: Update to 0.11.3., guix-commits, 2024/07/28
- 06/10: gnu: python-pyro-ppl: Update to 1.9.1., guix-commits, 2024/07/28
- 10/10: gnu: python-celery: Update to 5.4.0., guix-commits, 2024/07/28
- 02/10: gnu: libngspice, ngspice: Update to 43., guix-commits, 2024/07/28
- 08/10: gnu: xonsh: Update to 0.18.2., guix-commits, 2024/07/28
- 01/10: gnu: Add emacs-org-remark., guix-commits, 2024/07/28
- 09/10: gnu: python-arviz: Update to 0.19.0., guix-commits, 2024/07/28
- 07/10: gnu: python-pyro-ppl: Simplify inputs.,
guix-commits <=
- 04/10: gnu: ngspice: Enable tests., guix-commits, 2024/07/28