Always pin versions when installing Python packages with pip to ensure reproducible builds. Use pip install <package>==<version> or install from a requirements file.
pip
pip install <package>==<version>
(c) 2025 Asymmetric Effort, LLC. scaldwell@asymmetric-effort.com