Skip to content

Commit

Permalink
[DEV-5254] Fix the dependencies in setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim Markovtsev <[email protected]>
  • Loading branch information
vmarkovtsev committed Nov 8, 2022
1 parent c0403d7 commit 103ee33
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 103ee33

Please sign in to comment.