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

Update tasks-core dependency to avoid numpy conflict #27

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

jluethi
Copy link
Contributor

@jluethi jluethi commented Oct 30, 2024

The current version of the plugin has a version conflict: tasks-core 1.0.2 (which I pinned a while ago for a few minor dependencies) needed numpy<2. But we require numpy==2.0.1 in the plugin.

Updating to a newer version of fractal-tasks-core (1.3.2) should fix this issue (because we only restrict numpy to < 2.1.0 there). It wasn't making any issues in actual usage, but pixi refused to install napari-ome-zarr-navigator because of that conflict.

@jluethi jluethi merged commit 20eb4c5 into main Oct 30, 2024
10 checks passed
@jluethi jluethi deleted the update_task_core_dependency branch October 30, 2024 17:56
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.

1 participant