Skip to content

Commit e76e0a9

Browse files
authored
fix depthanything execution with python3.8 (openvinotoolkit#1753)
1 parent 5b4a132 commit e76e0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/280-depth-anything/280-depth-anything.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"%pip install -q \"typing-extensions>=4.9.0\" eval-type-backport\n",
6666
"%pip install -q -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu\n",
6767
"\n",
68-
"if platform.python_version_tuple()[1] == 8: \n",
68+
"if platform.python_version_tuple()[1] == \"8\": \n",
6969
" %pip install -q \"gradio-imageslider<=0.0.17\" \"typing-extensions>=4.9.0\""
7070
]
7171
},

0 commit comments

Comments
 (0)