Skip to content

Commit

Permalink
Merge pull request #27 from fractal-napari-plugins-collection/update_…
Browse files Browse the repository at this point in the history
…task_core_dependency

Update tasks-core dependency to avoid numpy conflict
  • Loading branch information
jluethi authored Oct 30, 2024
2 parents 7bda04f + d058d4e commit 20eb4c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install_requires =
magicgui
qtpy
scikit-image
fractal-tasks-core==1.0.2
fractal-tasks-core==1.3.2
napari-ome-zarr
ome-zarr
wget
Expand Down
2 changes: 1 addition & 1 deletion src/napari_ome_zarr_navigator/_tests/test_OMEZarrImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_wrong_zarr_urls(zenodo_zarr):
OMEZarrImage(zarr_but_not_image)
assert expected_error in str(exc_info.value)
assert "multiscales" in str(exc_info.value)
assert "field required" in str(exc_info.value)
assert "Field required" in str(exc_info.value)


def test_roi_loading_from_indices(ome_zarr_image_2d):
Expand Down

0 comments on commit 20eb4c5

Please sign in to comment.