For Windows QGIS/UMEP users: the OSGeo environment bundled with QGIS pins numpy to version 1.26.x,
which conflicts with the standard v2026.1.28 release (which requires numpy 2.0+). A dedicated build 2026.1.28rc1 is available with numpy<2.0 compatibility for this environment.
Users don’t need to manage this manually. The UMEP plugin will handle dependency resolution automatically, selecting the appropriate version based on the environment (I’ll do a PR for umep-reqs shortly).
Standalone Python users (outside QGIS) should use v2026.1.28 directly.
For Windows QGIS/UMEP users: the OSGeo environment bundled with QGIS pins numpy to version 1.26.x, which conflicts with the standard v2026.1.28 release (which requires numpy 2.0+). A dedicated build — v2026.1.28rc1 — is available with numpy<2.0 compatibility for this environment.
Users don’t need to manage this manually. The UMEP plugin will handle dependency resolution automatically, selecting the appropriate version based on the environment.
Standalone Python users (outside QGIS) should use v2026.1.28 directly.