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 04cb4e3 commit 10786cd
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions depthai_sdk/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,4 @@ marshmallow==3.17.0
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
ahrs==0.3.1

0 comments on commit 10786cd

Please sign in to comment.