The original environment.yml specified numba==0.59.0rc1, which is no longer published on PyPI. This caused installation to fail with: ERROR: No matching distribution found for numba==0.59.0rc1 Updated dependency to numba==0.58.1 with llvmlite==0.40.1 to ensure compatibility and successful installation. This resolves the dependency conflict and allows environment creation to complete without errors.
1.0 KiB
1.0 KiB