Skip to content

Commit

Permalink
Added depthai_sdk version to artifactory
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke committed Apr 27, 2024
1 parent a601e9e commit bd74b92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rerun_py/depthai_viewer/install_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ def create_venv_and_install_dependencies() -> None:
"-m",
"pip",
"install",
# "depthai-sdk==1.13.1.dev0+b0340e0c4ad869711d7d5fff48e41c46fe41f475",
# "--extra-index-url",
# "https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local/",
"git+https://github.com/luxonis/depthai@tof_decoding#subdirectory=depthai_sdk",
"depthai-sdk==1.13.1.dev0+dd1a6d8a797107d24b9b91b7b63c3fcffb932712",
"--extra-index-url",
"https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local/",
# "git+https://github.com/luxonis/depthai@tof_decoding#subdirectory=depthai_sdk",
],
check=True,
)
Expand Down

0 comments on commit bd74b92

Please sign in to comment.