Skip to content

Commit

Permalink
added extras to requirments.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrown99c committed Aug 30, 2024
1 parent 74764bd commit 04cb4e3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions depthai_sdk/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,22 @@ xmltodict
sentry-sdk==1.21.0
depthai-pipeline-graph==0.0.5
ahrs==0.3.1

# Dependencies for 'visualize' extra
PySide2
Qt.py>=1.3.0
matplotlib==3.5.3; python_version <= "3.7"
matplotlib==3.6.1; python_version > "3.7"
depthai-viewer
open3d

# Dependencies for 'replay' extra
mcap>=0.0.10
mcap-ros1-support==0.0.8
rosbags==0.9.11

# Dependencies for 'record' extra
av

# Dependencies for 'test' extra
pytest

0 comments on commit 04cb4e3

Please sign in to comment.