Skip to content

Commit

Permalink
Update fuzzy-search version
Browse files Browse the repository at this point in the history
- Update to version of fuzzy-search that has proper dependency
  management
  • Loading branch information
marijnkoolen committed Jan 7, 2025
1 parent 0d4bcdc commit 06c7103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packages = [{ include = "pagexml" }]

[tool.poetry.dependencies]
python = ">=3.8 <4.0"
fuzzy-search = "^2.1.0"
fuzzy-search = "^2.4.4"
matplotlib = ">=3.7.0"
numpy = ">=1.22.3"
pandas = ">=1.5.3 <3.0.0"
Expand Down

0 comments on commit 06c7103

Please sign in to comment.