Skip to content

Commit b0d7a18

Browse files
author
Alex
committed
adds pinned faiss 1.6.1
1 parent 24e7c75 commit b0d7a18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ def unique_flatten_dict(d):
4040
base_extras_heavy = {
4141
'umap-learn': ['umap-learn', 'dirty-cat==0.2.0', 'scikit-learn>=1.0'],
4242
}
43-
base_extras_heavy['ai'] = base_extras_heavy['umap-learn'] + ['setuptools==67.4.0', 'scipy', 'dgl', 'torch', 'sentence-transformers', 'faiss-cpu==1.6.5', 'joblib']
43+
# https://github.com/facebookresearch/faiss/issues/1589 for faiss-cpu 1.6.1, #'setuptools==67.4.0' removed
44+
base_extras_heavy['ai'] = base_extras_heavy['umap-learn'] + ['scipy', 'dgl', 'torch', 'sentence-transformers', 'faiss-cpu==1.6.1', 'joblib']
4445

4546
base_extras = {**base_extras_light, **base_extras_heavy}
4647

0 commit comments

Comments
 (0)