Skip to content

Commit 5c9f665

Browse files
committed
paper: Add missing emlearn dependency
1 parent ed7ab0c commit 5c9f665

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
24+
run: pip install plotly numpy pandas scikit-learn emlearn
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
@@ -26,7 +26,7 @@ The following Python files are used for support:
2626
### Install Python dependencies
2727

2828
```
29-
pip install plotly numpy pandas scikit-learn
29+
pip install plotly numpy pandas scikit-learn emlearn
3030
```
3131

3232
### Install MicroPython modules

0 commit comments

Comments
 (0)