Install arro3 dependencies when type checking (#9254)

This commit is contained in:
mergify[bot] 2025-10-15 09:37:01 +00:00 committed by GitHub
commit 994a9def5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
mypy==1.18.2
arro3-compute
arro3-core
IceSpringPySideStubs-PyQt6
IceSpringPySideStubs-PySide6
ipython

View File

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