Skip to content

Commit

Permalink
Use nmslib from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
frankier committed Jun 29, 2023
1 parent 7140097 commit ad7ab2e
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 4 deletions.
2 changes: 0 additions & 2 deletions install_all.sh

This file was deleted.

94 changes: 93 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = "BSD"
[tool.poetry.dependencies]
python = "<3.13,>=3.9"
scikit-learn = ">=0.24.0"
scipy = "^1.11.1"
pytest = {version = "^6.2.1", optional = true}
pytest-cov = {version = "^2.10.1", optional = true}
sphinx = {version = "^3.4.1", optional = true}
Expand All @@ -22,7 +23,7 @@ black = {version = "=19.10b0", optional = true}
pynndescent = {version = "^0.5.1", optional = true}
pandas = {version = "^1.2.0", optional = true, python = "^3.7.1"}
sphinx-issues = {version = "^1.2.0", optional = true}
scipy = "^1.11.1"
nmslib = {version = "^2.1.1", optional = true}

[tool.poetry.dev-dependencies]

Expand All @@ -36,3 +37,4 @@ docs = ["sphinx", "sphinx-gallery", "sphinx_rtd_theme", "sphinx-issues", "numpyd
annoy = ["annoy"]
faiss = ["faiss-cpu"]
pynndescent = ["pynndescent"]
nmslib = ["nmslib"]

0 comments on commit ad7ab2e

Please sign in to comment.