feat: adds pyzmq supported platforms wheels
This commit is contained in:
parent
5b45b0a50a
commit
8a3adc6cfa
@ -51,7 +51,7 @@ def load_wheel(module_name: str, submodules: Iterable[str]) -> list[ModuleType]:
|
||||
return loaded_modules
|
||||
|
||||
|
||||
def load_wheel_global(module_name: str, fname_prefix: str = "") -> ModuleType:
|
||||
def load_wheel_global(module_name: str, fname_prefix: str = "", match_platform: bool = False) -> ModuleType:
|
||||
"""Loads a wheel from 'fname_prefix*.whl', unless the named module can be imported.
|
||||
|
||||
This allows us to use system-installed packages before falling back to the shipped wheels.
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
multi_user/wheels/pyzmq-25.1.2-cp310-cp310-win32.whl
Normal file
BIN
multi_user/wheels/pyzmq-25.1.2-cp310-cp310-win32.whl
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user