There was an error while loading. Please reload this page.
1 parent ed7ab0c commit 5c9f665Copy full SHA for 5c9f665
2 files changed
.github/workflows/draft-pdf.yaml
@@ -21,7 +21,7 @@ jobs:
21
path: micropython
22
ref: master
23
- name: Install Python dependencies
24
- run: pip install plotly numpy pandas scikit-learn
+ run: pip install plotly numpy pandas scikit-learn emlearn
25
- name: Setup MicroPython Unix X86
26
working-directory: micropython
27
run: |
paper/README.md
@@ -26,7 +26,7 @@ The following Python files are used for support:
### Install Python dependencies
28
```
29
-pip install plotly numpy pandas scikit-learn
+pip install plotly numpy pandas scikit-learn emlearn
30
31
32
### Install MicroPython modules
0 commit comments