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