Skip to content

Commit 0959766

Browse files
authored
Make CLI-related modules submodules of cli (#269)
* kernels: move all CLI functions to cli module * nix: add missing kernels dependencies * Fix incorrect import
1 parent 6ce5b33 commit 0959766

File tree

11 files changed

+828
-820
lines changed

11 files changed

+828
-820
lines changed

flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,12 @@
158158
pytest
159159
pytest-benchmark
160160
pyyaml
161+
tabulate
162+
tomlkit
161163
torch
162164
types-pyyaml
165+
types-requests
166+
types-tabulate
163167
venvShellHook
164168
]);
165169

0 commit comments

Comments
 (0)