Skip to content

Commit 7faf044

Browse files
Merge pull request #15 from antoninkriz/patch-1
Bump pynndescent to 0.5.13 to fix import error
2 parents 0e59f99 + 73fb696 commit 7faf044

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
line-length=79
33
[tool.poetry]
44
name = "neofuzz"
5-
version = "0.3.3"
5+
version = "0.3.4"
66
description = "Blazing fast fuzzy text search for Python."
77
authors = ["Márton Kardos <power.up1163@gmail.com>"]
88
license = "MIT"
@@ -12,7 +12,7 @@ packages = [{include = "neofuzz"}]
1212
[tool.poetry.dependencies]
1313
python = ">=3.8"
1414
scikit-learn = ">=1.1.0"
15-
pynndescent = "0.5.12"
15+
pynndescent = "~0.5.13"
1616
numpy = ">=0.22.0"
1717
tokenizers = ">=0.19.0"
1818
joblib = ">=1.4.0"

0 commit comments

Comments
 (0)