diff --git a/dask/Dockerfile b/dask/Dockerfile index 4584a69..e019bca 100644 --- a/dask/Dockerfile +++ b/dask/Dockerfile @@ -30,6 +30,7 @@ RUN cat /rapids.yml \ RUN cat /dask.yml \ | sed -r "s/pyarrow=/pyarrow>=/g" \ | sed -r "s/pandas=/pandas>=/g" \ + | sed -r "s/numpy=/numpy>=/g" \ > dask_unpinned.yml RUN conda-merge /rapids_pinned.yml /dask_unpinned.yml > /dask.yml diff --git a/dask_sql/Dockerfile b/dask_sql/Dockerfile index c0f46c6..35b9bd8 100644 --- a/dask_sql/Dockerfile +++ b/dask_sql/Dockerfile @@ -39,7 +39,6 @@ RUN cat /rapids.yml \ RUN cat /dask.yml \ | sed -r "s/pyarrow=/pyarrow>=/g" \ | sed -r "s/uvicorn=/uvicorn>=/g" \ - | sed -r "s/dask=/dask>=/g" \ | sed -r "s/pandas=/pandas>=/g" \ | sed -r "s/numpy=/numpy>=/g" \ | sed -r "s/mlflow=/mlflow>=/g" \