Skip to content

Commit

Permalink
Moved Replay requirements to optional requirements
Browse files Browse the repository at this point in the history
(cherry picked from commit 9b3acc8)
  • Loading branch information
Erol444 committed Aug 1, 2022
1 parent a3bd3a4 commit a3aa57f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 0 additions & 5 deletions depthai_sdk/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,3 @@ blobconverter>=1.2.8
pytube>=11.0.1
depthai>2
PyTurboJPEG==1.6.4

# Needed for Replay functionality (for Readers)
mcap>=0.0.10
mcap-ros1-support==0.0.8
rosbags==0.9.11
7 changes: 6 additions & 1 deletion requirements-optional.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
open3d==0.10.0.0; platform_machine != "armv6l" and platform_machine != "armv7l" and python_version < "3.9" and platform_machine != "aarch64"
ffmpy3==0.2.4
pyusb==1.2.1
sentry-sdk==1.5.1
sentry-sdk==1.5.1

# Needed for Replay functionality (for Readers)
mcap>=0.0.10
mcap-ros1-support==0.0.8
rosbags==0.9.11

0 comments on commit a3aa57f

Please sign in to comment.