Commit bf53cc8
authored
[tflitefile-tool] Update tool for tflite-selector (#16474)
This commit updates tflitefile-tools to enable tflite-selector.
- Change required python from 3.10 to 3.12: `pkg_resources` requires setuptools from python 3.12
- Add explicit setuptools version dependency: using `pkg_resources` make warning message about `pkg_resources` deprecatationon on latest version
- Removing unused args
parameter
- Update uv.lock to reflect the version change
ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>1 parent 5fd2b96 commit bf53cc8
File tree
3 files changed
+16
-95
lines changed- tools/tflitefile_tool
- src/tflitefile_tool
3 files changed
+16
-95
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1305 | 1305 | | |
1306 | 1306 | | |
1307 | 1307 | | |
1308 | | - | |
| 1308 | + | |
1309 | 1309 | | |
1310 | 1310 | | |
1311 | 1311 | | |
| |||
0 commit comments