File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
skills/transformation/depth-estimation Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -97,5 +97,5 @@ class MyPrivacySkill(TransformSkillBase):
9797
9898``` bash
9999python3 -m venv .venv && source .venv/bin/activate
100- pip install -r requirements.txt
100+ pip install --ignore-requires-python - r requirements.txt
101101```
Original file line number Diff line number Diff line change 11# Depth Estimation — Privacy Transform Skill
22# NOTE: torch and torchvision MUST be version-paired.
33# Loose ranges cause pip to flip between incompatible versions.
4+ #
5+ # INSTALL WITH: pip install --ignore-requires-python -r requirements.txt
6+ # The depth-anything-v2 PyPI wheel declares python_requires>=3.12 in its
7+ # metadata, but is pure Python (py3-none-any) and works on Python 3.11+.
48torch ~= 2.7.0
59torchvision ~= 0.22.0
610depth-anything-v2 >= 0.1.0
You can’t perform that action at this time.
0 commit comments