mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-seaborn: Correct dependencies.
* gnu/packages/python-xyz.scm (python-seaborn): Correct dependencies. [propagated-inputs]: Move python-ipykernel, python-mypy, python-nbconvert, python-numpydoc, python-pyyaml from here... [native-inputs]: ... to here. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: If0270db33d79e5d294235695375e6ff1d51d8130
This commit is contained in:
parent
265e2b2ab1
commit
083fcf1ede
1 changed files with 7 additions and 7 deletions
|
@ -14332,23 +14332,23 @@ SVG, EPS, PNG and terminal output.")
|
|||
"0ycibcs6kvd3xi4zsxna81claqifyb9dn6z6jwc5x7lqqplnbbdz"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs
|
||||
(list python-ipykernel
|
||||
python-matplotlib
|
||||
python-mypy
|
||||
python-nbconvert
|
||||
(list python-matplotlib
|
||||
python-numpy
|
||||
python-numpydoc
|
||||
python-pandas
|
||||
python-pyyaml
|
||||
python-scipy
|
||||
python-statsmodels))
|
||||
(native-inputs
|
||||
(list python-flake8
|
||||
python-flit-core
|
||||
python-ipykernel
|
||||
python-mypy
|
||||
python-nbconvert
|
||||
python-numpydoc
|
||||
python-pre-commit
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-pytest-xdist))
|
||||
python-pytest-xdist
|
||||
python-pyyaml))
|
||||
(home-page "https://seaborn.pydata.org/")
|
||||
(synopsis "Statistical data visualization")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue