Skip to content

Commit 58397a9

Browse files
authored
Automatically change faiss version (#92)
1 parent 0ca936c commit 58397a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ scipy==1.9.3
44
librosa==0.9.2
55
llvmlite==0.39.0
66
fairseq==0.12.2
7-
faiss-cpu==1.7.2
7+
faiss-cpu==1.7.0; sys_platform == "darwin"
8+
faiss-cpu==1.7.2; sys_platform != "darwin"
89
gradio
910
Cython
1011
future>=0.18.3

0 commit comments

Comments
 (0)