Commit 5fbc700
committed
setup: install the analysis dependencies with the dev extra
pylint reports E0401 import-error for pandas, matplotlib and seaborn in
the analysis package, because the dev extra does not install them and CI
only installs ".[dev]". Add them to dev so lint can resolve the imports.
Also set long_description_content_type, so the README renders as
Markdown rather than plain text.
Extracted unmodified from PR kernelci#26 by Norbert Manthey.
Signed-off-by: Ben Copeland <ben.copeland@linaro.org>1 parent 1ddc9a9 commit 5fbc700
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| |||
0 commit comments