me
/
guix
Archived
1
0
Fork 0

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
master
Vinicius Monego 2024-07-24 07:34:16 -03:00
parent 22e8880ae2
commit ed882ad668
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 0 additions and 29 deletions

View File

@ -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