Skip to content

Commit

Permalink
Disable projectaria-tools on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
VasuAgrawal committed Jan 11, 2024
1 parent e71e52a commit e96f6db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ dev = [
"opencv-stubs==0.0.7",
"transformers==4.29.2",
"pyright==1.1.331",
"projectaria_tools[all]>=1.2.0",
# NOTE: Disabling projectaria-tools because it doesn't have prebuilt windows wheels
# Syntax comes from here: https://pip.pypa.io/en/stable/reference/requirement-specifiers/
"projectaria-tools>=1.3.1; sys_platform != 'win32'",
]

# Documentation related packages
Expand Down

0 comments on commit e96f6db

Please sign in to comment.