Initial inclusion of python-seaborn, fixes T5655
Details
Details
- Reviewers
DataDrake - Group Reviewers
Triage Team - Maniphest Tasks
- T5655: seaborn: statistical data visualization
- Commits
- R4188:61875c543b3d: Initial inclusion of python-seaborn, fixes T5655
Tests can be run with nosetests --with-doctest seaborn.
It fails 2 tests for this version, whether from the build or directly
from tarball. Works properly in normal usage, such as following examples
from the website's gallery.
Diff Detail
Diff Detail
- Repository
- R4188 python-seaborn
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Added scipy, matplotlib and pandas as build deps.
It seems to work fine without, but I just noticed this comment in
setup.py: `Just make sure dependencies exist, I haven't rigorously
tested what the minimal versions that will work are`. So better to
take no risk I believe.
Comment Actions
Remove unnecessary builddeps that are only rundeps. The comment I refer to in
the previous revision actually is for rundeps, so all was fine already.