Skip to content

fix: Specify numpy<2.0.0 to resolve binary incompatibility #16

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

Merged
merged 1 commit into from
May 22, 2025

Conversation

jorickdefraine
Copy link
Contributor

  • Issue: Unspecified numpy version causes numpy.dtype size changed errors (binary incompatibility with numpy ≥2.0.0).

  • Fix: Explicitly require numpy<2.0.0 in requirements.txt.

  • Impact: Ensures stable plugin behavior with compatible numpy versions.

@louisdorard louisdorard requested a review from fabienDaou May 22, 2025 13:07
Copy link
Collaborator

@fabienDaou fabienDaou left a comment

Choose a reason for hiding this comment

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

Tests passed, thank you for your PR :)

@fabienDaou fabienDaou merged commit 6dc25a4 into dataiku:master May 22, 2025
1 of 2 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