Skip to content

Commit

Permalink
Merge pull request #65 from athenianco/fix-deps
Browse files Browse the repository at this point in the history
[DEV-5254] Fix the dependencies in setup.py
  • Loading branch information
vmarkovtsev authored Nov 8, 2022
2 parents c0403d7 + 103ee33 commit 49367b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
keywords=["fuzzy matching"],
install_requires=["numpy>=1.20.0",
"lapjv>=1.3.14,<2.0",
"thefuzz>=0.18.0,<2.0",
"rapidfuzz>=2.0.0,<3.0",
"unidecode>=1.0.0,<2.0",
"levenshtein>=0.12,<0.20",
],
tests_require=[],
package_data={
Expand Down

0 comments on commit 49367b0

Please sign in to comment.