Skip to content

Commit

Permalink
Merge pull request #4 from kyamagu/v1.6.1
Browse files Browse the repository at this point in the history
Upgrade faiss version to v1.6.1
  • Loading branch information
kyamagu committed Dec 10, 2019
2 parents 8c537e1 + 0922516 commit fdd22cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ env:
global:
- REPO_DIR=faiss
- WHEEL_SDIR=dist
- BUILD_COMMIT=v1.6.0
- BUILD_COMMIT=v1.6.1
- BUILD_DEPENDS="numpy==1.15.0"
- TEST_DEPENDS="numpy==1.15.0"
- PLAT=x86_64
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def _remove_flag(self, flag):

setup(
name={% if BUILD_CUDA %}'faiss-gpu'{% else %}'faiss-cpu'{% endif %},
version='1.6.0',
version='1.6.1',
description=(
'A library for efficient similarity search and clustering of dense '
'vectors.'
Expand Down

0 comments on commit fdd22cd

Please sign in to comment.