summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-04-17 07:40:32 +0200
committerGuix Patches Tester <>2024-04-17 14:17:18 +0200
commit0f6fe71d300be140d5603e69dd3791a02080c2dd (patch)
treedbda78e54237c9ec18f442aa825ddb7a94a78dd1
parent3c8ec4c8935ff238ffbeeb8dd4d009f5e632bb64 (diff)
downloadguix-patches-issue-70431.tar
guix-patches-issue-70431.tar.gz
gnu: python-seaborn: Correct dependencies.issue-70431
* 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. Change-Id: I94a28f0cb8ec7c2171007f2b635dc10d7a8fcc8c
-rw-r--r--gnu/packages/python-xyz.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a8158ae0e7..fe70d89dd9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13255,23 +13255,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-pre-commit
+ python-ipykernel
+ python-nbconvert
+ python-numpydoc
+ python-mypy
python-pytest
python-pytest-cov
- python-pytest-xdist))
+ python-pytest-xdist
+ python-pyyaml))
(home-page "https://seaborn.pydata.org/")
(synopsis "Statistical data visualization")
(description