Skip to content

Commit bbff985

Browse files
authored
on mac's use the dropin replacement eva-decord (EvolvingLMMs-Lab#632)
1 parent 3704b51 commit bbff985

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ dependencies = [
6868
"pre-commit",
6969
"pydantic",
7070
"packaging",
71-
"decord",
71+
"decord; platform_system != 'Darwin'",
72+
"eva-decord; platform_system == 'Darwin'",
7273
"zss",
7374
"protobuf==3.20",
7475
"sentence_transformers",

0 commit comments

Comments
 (0)