Install dependencies when type checking

This commit is contained in:
Andrew Murray 2025-10-15 18:58:55 +11:00
parent 9e3a70a514
commit ef323ab7d7
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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,