feat: adds pyzmq supported platforms wheels

This commit is contained in:
Swann 2024-02-28 22:09:28 +01:00
parent 5b45b0a50a
commit 8a3adc6cfa
11 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ def load_wheel(module_name: str, submodules: Iterable[str]) -> list[ModuleType]:
return loaded_modules 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. """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. This allows us to use system-installed packages before falling back to the shipped wheels.

Binary file not shown.