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

dependency cleanup; fixes #45 & #48 #57

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rhornb
Copy link

@rhornb rhornb commented Feb 20, 2025

This PR fixes a few dependency issues, tests now pass without errors

  1. pandera.SchemaModel was deprecated and I replaced it with pandera.DataFrameModel (see https://github.com/unionai-oss/pandera/releases/tag/v0.20.0)

    --> this fixed Update to pandera >0.19.3 #45 ; Pandera does not have to be pinned to version < 0.20.0 (but I also didn't pin it to a specific version to make it robust as you mentioned in the issue)
  2. Support numpy 2.0 #48 now supports numpy > 2.0

:)

@jluethi
Copy link
Collaborator

jluethi commented Feb 27, 2025

That's awesome, thanks @rhornb !
I'll need to test how this affects running existing classifiers that are saved through the Fractal tasks / manually through Python. My suspicion is that the new version will save classifiers in a way that also requires us using an updated task for them then. If so, we should do that transition synchronized.

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.

Update to pandera >0.19.3
2 participants