We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b93848 commit 4bc3a90Copy full SHA for 4bc3a90
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 emlearn setuptools
+ run: pip install plotly numpy pandas scikit-learn emlearn setuptools pyarrow
25
- name: Setup MicroPython Unix X86
26
working-directory: micropython
27
run: |
paper/README.md
@@ -34,7 +34,7 @@ The following Python files are used for support:
34
### Install Python dependencies
35
36
```
37
-pip install plotly numpy pandas scikit-learn emlearn setuptools
+pip install plotly numpy pandas scikit-learn emlearn setuptools pyarrow
38
39
40
### Install MicroPython modules
0 commit comments