Skip to content

Commit

Permalink
Update tasks-core dependency to avoid numpy conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jluethi committed Oct 30, 2024
1 parent 7bda04f commit d058d4e
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 d058d4e

Please sign in to comment.