Skip to content

Commit 6996ec5

Browse files
committed
add sklearn dependency
1 parent 44c80a3 commit 6996ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-plots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
python -m pip install --upgrade pip
3838
pip install -e .
39-
pip install plotly matplotlib kaleido numpy tqdm
39+
pip install plotly matplotlib kaleido numpy tqdm sklearn
4040
4141
- name: Generate plots
4242
run: |

0 commit comments

Comments
 (0)