mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-10-22 11:44:32 +03:00
Install arro3 dependencies when type checking (#9254)
This commit is contained in:
commit
994a9def5d
|
@ -1,4 +1,6 @@
|
||||||
mypy==1.18.2
|
mypy==1.18.2
|
||||||
|
arro3-compute
|
||||||
|
arro3-core
|
||||||
IceSpringPySideStubs-PyQt6
|
IceSpringPySideStubs-PyQt6
|
||||||
IceSpringPySideStubs-PySide6
|
IceSpringPySideStubs-PySide6
|
||||||
ipython
|
ipython
|
||||||
|
|
|
@ -16,8 +16,8 @@ from .helper import (
|
||||||
|
|
||||||
TYPE_CHECKING = False
|
TYPE_CHECKING = False
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
from arro3 import compute # type: ignore [import-not-found]
|
from arro3 import compute
|
||||||
from arro3.core import ( # type: ignore [import-not-found]
|
from arro3.core import (
|
||||||
Array,
|
Array,
|
||||||
DataType,
|
DataType,
|
||||||
Field,
|
Field,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user