Skip to content

Commit 3beb8a3

Browse files
committed
Add plotnine to docs dependencies
1 parent 0c99c2c commit 3beb8a3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
python -m pip install -e .
26-
python -m pip install jupyter polars pandas pyarrow
26+
python -m pip install jupyter polars pandas pyarrow plotnine
2727
2828
- name: Set up Quarto
2929
uses: quarto-dev/quarto-actions/setup@v2

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ dev = [
6262
]
6363
docs = [
6464
"jupyter>=1.0.0",
65+
"plotnine>=0.13.0",
6566
]
6667

6768

0 commit comments

Comments
 (0)