8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_pyinstaller/hook-numpy.py
1 parent 031f442 commit 3467b99Copy full SHA for 3467b99
numpy/_pyinstaller/hook-numpy.pyi
@@ -1,13 +1,6 @@
1
from typing import Final
2
3
-# from `PyInstaller.compat`
4
-is_conda: Final[bool]
5
-is_pure_conda: Final[bool]
+binaries: Final[list[tuple[str, str]]] = ...
6
7
-# from `PyInstaller.utils.hooks`
8
-def is_module_satisfies(requirements: str, version: None = None, version_attr: None = None) -> bool: ...
9
-
10
-binaries: Final[list[tuple[str, str]]]
11
12
-hiddenimports: Final[list[str]]
13
-excludedimports: Final[list[str]]
+hiddenimports: Final[list[str]] = ...
+excludedimports: Final[list[str]] = ...
0 commit comments