From 429b602ad548123b2a724e14921564d3213f68f4 Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Mon, 17 Mar 2025 22:11:38 +0800 Subject: [PATCH 1/3] Freeze loky to 3.4.1. --- containers/dockerfile/Dockerfile.gpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/dockerfile/Dockerfile.gpu b/containers/dockerfile/Dockerfile.gpu index 7794703..e9d43b7 100644 --- a/containers/dockerfile/Dockerfile.gpu +++ b/containers/dockerfile/Dockerfile.gpu @@ -36,7 +36,7 @@ RUN \ distributed \ "dask-cuda=$RAPIDS_VERSION.*" "dask-cudf=$RAPIDS_VERSION.*" cupy \ numpy pytest pytest-timeout scipy scikit-learn pandas matplotlib wheel \ - python-kubernetes urllib3 graphviz hypothesis loky \ + python-kubernetes urllib3 graphviz hypothesis "loky=3.4.1" \ "pyspark>=3.4.0" cloudpickle cuda-python && \ mamba clean --all --yes From 7dde060e051e7690eb3fa02cf8ea319b76227d29 Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Tue, 18 Mar 2025 15:58:37 +0800 Subject: [PATCH 2/3] Freeze. --- containers/conda_env/aarch64_test.yml | 2 +- containers/conda_env/linux_cpu_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/conda_env/aarch64_test.yml b/containers/conda_env/aarch64_test.yml index 14305eb..a7efc70 100644 --- a/containers/conda_env/aarch64_test.yml +++ b/containers/conda_env/aarch64_test.yml @@ -26,7 +26,7 @@ dependencies: - awscli - numba - llvmlite -- loky +- loky=3.4.1 - pyarrow - pyspark>=3.4.0 - cloudpickle diff --git a/containers/conda_env/linux_cpu_test.yml b/containers/conda_env/linux_cpu_test.yml index 1ec2a54..84846dc 100644 --- a/containers/conda_env/linux_cpu_test.yml +++ b/containers/conda_env/linux_cpu_test.yml @@ -33,7 +33,7 @@ dependencies: - boto3 - awscli - py-ubjson -- loky +- loky=3.4.1 - pyarrow - protobuf - cloudpickle From a324843f112aaa5c981a18b83a60d73cfac68865 Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Wed, 19 Mar 2025 18:49:10 +0800 Subject: [PATCH 3/3] 3.5.1. --- containers/conda_env/aarch64_test.yml | 2 +- containers/conda_env/linux_cpu_test.yml | 2 +- containers/dockerfile/Dockerfile.gpu | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/containers/conda_env/aarch64_test.yml b/containers/conda_env/aarch64_test.yml index a7efc70..d7dd136 100644 --- a/containers/conda_env/aarch64_test.yml +++ b/containers/conda_env/aarch64_test.yml @@ -26,7 +26,7 @@ dependencies: - awscli - numba - llvmlite -- loky=3.4.1 +- loky>=3.5.1 - pyarrow - pyspark>=3.4.0 - cloudpickle diff --git a/containers/conda_env/linux_cpu_test.yml b/containers/conda_env/linux_cpu_test.yml index 84846dc..1e8310c 100644 --- a/containers/conda_env/linux_cpu_test.yml +++ b/containers/conda_env/linux_cpu_test.yml @@ -33,7 +33,7 @@ dependencies: - boto3 - awscli - py-ubjson -- loky=3.4.1 +- loky>=3.5.1 - pyarrow - protobuf - cloudpickle diff --git a/containers/dockerfile/Dockerfile.gpu b/containers/dockerfile/Dockerfile.gpu index e9d43b7..b48910f 100644 --- a/containers/dockerfile/Dockerfile.gpu +++ b/containers/dockerfile/Dockerfile.gpu @@ -36,7 +36,7 @@ RUN \ distributed \ "dask-cuda=$RAPIDS_VERSION.*" "dask-cudf=$RAPIDS_VERSION.*" cupy \ numpy pytest pytest-timeout scipy scikit-learn pandas matplotlib wheel \ - python-kubernetes urllib3 graphviz hypothesis "loky=3.4.1" \ + python-kubernetes urllib3 graphviz hypothesis "loky>=3.5.1" \ "pyspark>=3.4.0" cloudpickle cuda-python && \ mamba clean --all --yes