Skip to content

Commit

Permalink
Remove pydantic-numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Sep 15, 2023
1 parent 3f844c9 commit a243417
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion core/lls_core/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# from numpy.typing import NDArray
from pyopencl.array import Array as OCLArray
import numpy as np
from pydantic_numpy import NDArray, NDArrayFp32, NumpyModel
from numpy.typing import NDArray
from xarray import DataArray
from aicsimageio import AICSImage
from os import PathLike, fspath
Expand Down
1 change: 0 additions & 1 deletion core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ dependencies = [
"read-roi",
"pyclesperanto_prototype>=0.20.0",
"pydantic~=1.0",
"pydantic-numpy~=2.0",
"npy2bdv",
# Older tifffile are not compatible with aicsimageio, see: https://github.com/AllenCellModeling/aicsimageio/issues/518

Expand Down

0 comments on commit a243417

Please sign in to comment.