Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(fuzzywuzzy): use thefuzz, fix levenshtein #747

Merged
merged 5 commits into from
Jan 9, 2023
Merged

Conversation

lucasrodes
Copy link
Member

@lucasrodes lucasrodes commented Jan 8, 2023

I noticed this error when trying to run walkthrough charts. It would not work, because it relies on thefuzz.

@lucasrodes lucasrodes changed the title Fix dependencies chore(fuzzywuzzy): use thefuzz, fix levenshtein Jan 9, 2023
@@ -40,7 +40,7 @@ Unidecode = ">=1.3.2"
python-dotenv = ">=0.19.0"
frictionless = {extras = ["pandas"], version = ">=4.40.8"}
thefuzz = ">=0.19.0"
python-Levenshtein = ">=0.12.2"
python-Levenshtein = "^0.12.2"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be useful to add a note explaining why is it pinned and link the issue. This will make it easier to unpin in the future.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point!

Copy link
Collaborator

@Marigold Marigold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, datadiff doesn't show any changes either.

@lucasrodes
Copy link
Member Author

Thanks, @Marigold! Added a short comment referencing the issue with python-Levenshtein.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants