diff options
author | Vinicius Monego <monego@posteo.net> | 2024-07-24 07:34:16 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-07-28 10:59:48 -0300 |
commit | ed882ad668fd9bb6f4b6673279f811bd189fadb3 (patch) | |
tree | 9faea8bba52284d065646c68d0957f9c44e6855f /gnu | |
parent | 22e8880ae2bf991f09386074b10bdf8ac2dcf50a (diff) | |
download | guix-ed882ad668fd9bb6f4b6673279f811bd189fadb3.tar.gz guix-ed882ad668fd9bb6f4b6673279f811bd189fadb3.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/machine-learning.scm | 29 |
1 files changed, 0 insertions, 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 |