Skip to content

Commit 962f62a

Browse files
fix_decord_sys_platform (#3682)
1 parent 429f9cb commit 962f62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ unstructured
4242
networkx
4343
faiss-cpu
4444
######## For Video #######
45-
decord==0.6.0; platform_machine=='x86_64' or platform_machine=='AMD64'
45+
decord==0.6.0; (platform_machine == 'x86_64' or platform_machine == 'AMD64') and sys_platform != 'darwin'
4646
######## For NLP Tokenizer #######
4747
jieba
4848
sentencepiece

0 commit comments

Comments
 (0)