[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
136/222: gnu: python-seaborn: Correct dependencies.
From: |
guix-commits |
Subject: |
136/222: gnu: python-seaborn: Correct dependencies. |
Date: |
Fri, 1 Nov 2024 10:56:39 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 03d4568af537b3e0d992db81a8413648bd7c1ad6
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Thu May 23 22:28:23 2024 +0200
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
---
gnu/packages/python-xyz.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a7992ff1a9..aea64d8f82 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14228,23 +14228,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
- 65/222: gnu: Add python-referencing., (continued)
- 65/222: gnu: Add python-referencing., guix-commits, 2024/11/01
- 70/222: gnu: Add python-fqdn., guix-commits, 2024/11/01
- 74/222: gnu: Add python-notebook-shim., guix-commits, 2024/11/01
- 104/222: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/11/01
- 112/222: gnu: python-json5: Update to 0.9.25., guix-commits, 2024/11/01
- 115/222: gnu: python-myst-parser: Update to 3.0.1., guix-commits, 2024/11/01
- 107/222: gnu: Add python-jsonschema-path., guix-commits, 2024/11/01
- 116/222: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/11/01
- 118/222: gnu: Add python-pytoolconfig., guix-commits, 2024/11/01
- 124/222: gnu: python-nbclient: Update to 0.10.0., guix-commits, 2024/11/01
- 136/222: gnu: python-seaborn: Correct dependencies.,
guix-commits <=
- 140/222: gnu: python-codespell: Improve package style., guix-commits, 2024/11/01
- 148/222: gnu: Add xcffibgen., guix-commits, 2024/11/01
- 155/222: gnu: conda: Move to pyproject-build-system., guix-commits, 2024/11/01
- 156/222: gnu: conda: Reindent., guix-commits, 2024/11/01
- 157/222: gnu: python-conda-package-handling: Move to pyproject-build-system., guix-commits, 2024/11/01
- 159/222: gnu: python-arrow: Move to pyproject-build-system., guix-commits, 2024/11/01
- 169/222: gnu: python-tinycss: Move to pyproject-build-system., guix-commits, 2024/11/01
- 170/222: gnu: behave: Move to pyproject-build-system., guix-commits, 2024/11/01
- 178/222: gnu: abjad-ext-nauert: Update to 3.19., guix-commits, 2024/11/01
- 183/222: gnu: python-jaraco-classes: Move to pyproject-build-system., guix-commits, 2024/11/01