Commit 79eac4b
committed
fix(depth-estimation): use --ignore-requires-python for Python 3.11 compat
The depth-anything-v2 PyPI wheel (0.1.0) declares python_requires>=3.12
but is pure Python (py3-none-any) and works on 3.11+. Updated SKILL.md
setup instructions and added a comment in requirements.txt so the
deployment agent uses the correct pip flags.1 parent 4b2bcd2 commit 79eac4b
File tree
2 files changed
+5
-1
lines changed- skills/transformation/depth-estimation
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
| |||
0 commit comments