We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2e3c5 commit 0298aa1Copy full SHA for 0298aa1
.github/workflows/prepare-container/action.yml
@@ -86,7 +86,6 @@ runs:
86
- name: Update python packages
87
shell: bash
88
run: |
89
- pip uninstall -y pyluwen # Needed since we are installing from VCS
90
west packages pip --install
91
92
- name: Verify binary blobs
scripts/requirements.txt
@@ -7,7 +7,7 @@ west
7
# zephyr-keep-sorted-stop
8
9
# zephyr-keep-sorted-start
10
-pyluwen @ git+https://github.com/danieldegrasse/luwen.git@c0369940183f99c31b0e19f2b5088f9d0f400b7b#subdirectory=crates/pyluwen
+pyluwen>=0.7.11
11
tt-flash>=3.4.2
12
tt-smi>=3.0.23
13
tt-tools-common==1.4.27
0 commit comments