I've executed the command conda env update -f environment.yml in an activated conda env on my macOS, and got the following error:
PackagesNotFoundError: The following packages are not available from current channels:
- numba-cuda[version='>=0.24.0']
Apparently numba-cuda is not supported for macOS platform.
I've executed the command
conda env update -f environment.ymlin an activated conda env on my macOS, and got the following error:Apparently numba-cuda is not supported for macOS platform.