Skip to content

Commit 765299d

Browse files
author
Matevz Morato
committed
Update install_requirements to not take v3
1 parent d066923 commit 765299d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def hasWhitespace(string):
150150
# Install depthai depending on context
151151
if not git_context or git_branch == 'main':
152152
# Install latest pypi depthai release
153-
depthai_install_cmd = [*pip_package_install, '-U', '--force-reinstall', 'depthai']
153+
depthai_install_cmd = [*pip_package_install, '-U', '--force-reinstall', 'depthai~=2.0']
154154
if args.dry_run:
155155
prettyPrint(depthai_install_cmd)
156156
else:

0 commit comments

Comments
 (0)