We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e59f99 + 73fb696 commit 7faf044Copy full SHA for 7faf044
1 file changed
pyproject.toml
@@ -2,7 +2,7 @@
2
line-length=79
3
[tool.poetry]
4
name = "neofuzz"
5
-version = "0.3.3"
+version = "0.3.4"
6
description = "Blazing fast fuzzy text search for Python."
7
authors = ["Márton Kardos <power.up1163@gmail.com>"]
8
license = "MIT"
@@ -12,7 +12,7 @@ packages = [{include = "neofuzz"}]
12
[tool.poetry.dependencies]
13
python = ">=3.8"
14
scikit-learn = ">=1.1.0"
15
-pynndescent = "0.5.12"
+pynndescent = "~0.5.13"
16
numpy = ">=0.22.0"
17
tokenizers = ">=0.19.0"
18
joblib = ">=1.4.0"
0 commit comments