Skip to content

Commit 9252b09

Browse files
author
Alex
committed
unpins FAISS to see why swig worked then
1 parent b0d7a18 commit 9252b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def unique_flatten_dict(d):
4141
'umap-learn': ['umap-learn', 'dirty-cat==0.2.0', 'scikit-learn>=1.0'],
4242
}
4343
# 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']
44+
base_extras_heavy['ai'] = base_extras_heavy['umap-learn'] + ['scipy', 'dgl', 'torch', 'sentence-transformers', 'faiss-cpu', 'joblib']
4545

4646
base_extras = {**base_extras_light, **base_extras_heavy}
4747

0 commit comments

Comments
 (0)