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

Fdedup package versioning and windows fixes #1003

Merged
merged 8 commits into from
Jan 31, 2025
Merged

Fdedup package versioning and windows fixes #1003

merged 8 commits into from
Jan 31, 2025

Conversation

cmadam
Copy link
Collaborator

@cmadam cmadam commented Jan 30, 2025

Why are these changes needed?

  • Fix incompatibilities between fuzzy dedup and releases of mmh3 and polars packages
  • Fix failing run on windows

Related issue number (if any).

#982
#989

Signed-off-by: Constantin Adam <[email protected]>
@cmadam cmadam requested a review from touma-I January 30, 2025 19:46
@@ -1,9 +1,9 @@
pyyaml>=6.0.2
boto3>=1.34.69
kubernetes>=30.1.0
polars==1.9.0
polars>=1.13.0
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please consider relaxing this to polars>=1.9.0. I have other modules that depend on polars and I want to make sure that all packages work together and meet the minimum requirements. Would your code break with 1.9.0 ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

As I mentioned in issue #982, fuzzy dedup does not work with the following polars releases:

  • 1.10.0
  • 1.11.0
  • 1.12.0
    It works with any release before, and including 1.9.0 and after, or including 1.13.1. As long as you can exclude these three particular versions from polars, we are good.

@cmadam cmadam changed the title Fdedup package fixes Fdedup package versioning and windows fixes Jan 31, 2025
@touma-I touma-I merged commit 00dc04e into dev Jan 31, 2025
9 checks passed
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