Skip to content

Commit

Permalink
Pin nmslib-metabrainz in case future versions diverge
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-nance committed Sep 9, 2024
1 parent e251e90 commit 544b6a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ joblib
nmslib>=1.7.3.6; python_version < '3.11'
# Use the metabrainz fork until nmslib supports installing on Python 3.11+
# https://github.com/nmslib/nmslib/issues/555
nmslib-metabrainz>=2.1.3; python_version >= '3.11'
nmslib-metabrainz==2.1.3; python_version >= '3.11'
scikit-learn>=0.20.3

# Required for testing.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"numpy",
"joblib",
"nmslib>=1.7.3.6; python_version < '3.11'",
"nmslib-metabrainz>=2.1.3; python_version >= '3.11'",
"nmslib-metabrainz==2.1.3; python_version >= '3.11'",
"scikit-learn>=0.20.3",
"pysbd",
],
Expand Down

0 comments on commit 544b6a7

Please sign in to comment.