Skip to content

Commit ad7ab2e

Browse files
author
Frankie Robertson
committed
Use nmslib from pypi
1 parent 7140097 commit ad7ab2e

File tree

3 files changed

+96
-4
lines changed

3 files changed

+96
-4
lines changed

install_all.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

poetry.lock

Lines changed: 93 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ license = "BSD"
88
[tool.poetry.dependencies]
99
python = "<3.13,>=3.9"
1010
scikit-learn = ">=0.24.0"
11+
scipy = "^1.11.1"
1112
pytest = {version = "^6.2.1", optional = true}
1213
pytest-cov = {version = "^2.10.1", optional = true}
1314
sphinx = {version = "^3.4.1", optional = true}
@@ -22,7 +23,7 @@ black = {version = "=19.10b0", optional = true}
2223
pynndescent = {version = "^0.5.1", optional = true}
2324
pandas = {version = "^1.2.0", optional = true, python = "^3.7.1"}
2425
sphinx-issues = {version = "^1.2.0", optional = true}
25-
scipy = "^1.11.1"
26+
nmslib = {version = "^2.1.1", optional = true}
2627

2728
[tool.poetry.dev-dependencies]
2829

@@ -36,3 +37,4 @@ docs = ["sphinx", "sphinx-gallery", "sphinx_rtd_theme", "sphinx-issues", "numpyd
3637
annoy = ["annoy"]
3738
faiss = ["faiss-cpu"]
3839
pynndescent = ["pynndescent"]
40+
nmslib = ["nmslib"]

0 commit comments

Comments
 (0)