We originally had an override for the Dask python 3.8 environment's numpy pinning since it would've conflicted with the >=1.20.1 constraint set by the RAPIDS dependencies; now that https://github.com/dask/dask/pull/9950 is merged in, we should remove this override so that we're pulling in Dask's numpy minimum version.
We originally had an override for the Dask python 3.8 environment's numpy pinning since it would've conflicted with the
>=1.20.1
constraint set by the RAPIDS dependencies; now that https://github.com/dask/dask/pull/9950 is merged in, we should remove this override so that we're pulling in Dask's numpy minimum version.cc @jrbourbeau