Skip to content

Commit

Permalink
Fix platform check for arm64 and armv6 in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SzabolcsGergely committed Feb 26, 2021
1 parent 0f21636 commit 13ccae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ opencv-python==4.5.1.48; platform_machine != "aarch64"
requests==2.24.0
argcomplete==1.12.1
pyyaml==5.3.1; platform_machine != "aarch64"
depthai==1.0.0.0; platform_machine != "armv6l" or platform_machine != "aarch64"
depthai==1.0.0.0; platform_machine != "armv6l" and platform_machine != "aarch64"

# --extra-index-url https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local/
# depthai==1.0.0.0+719e825e580e2be386b756950e3cc55a4dadcaba

0 comments on commit 13ccae3

Please sign in to comment.