Skip to content

Commit 4b93848

Browse files
committed
paper: Add missing setuptools dependency
1 parent b749e9a commit 4b93848

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/draft-pdf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
path: micropython
2222
ref: master
2323
- name: Install Python dependencies
24-
run: pip install plotly numpy pandas scikit-learn emlearn
24+
run: pip install plotly numpy pandas scikit-learn emlearn setuptools
2525
- name: Setup MicroPython Unix X86
2626
working-directory: micropython
2727
run: |

paper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following Python files are used for support:
3434
### Install Python dependencies
3535

3636
```
37-
pip install plotly numpy pandas scikit-learn emlearn
37+
pip install plotly numpy pandas scikit-learn emlearn setuptools
3838
```
3939

4040
### Install MicroPython modules

0 commit comments

Comments
 (0)