Skip to content

Commit 15da234

Browse files
authored
Update loky to 3.5.1. (#15)
* Freeze loky to 3.4.1. * Freeze. * 3.5.1.
1 parent 20a73c1 commit 15da234

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

containers/conda_env/aarch64_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- awscli
2727
- numba
2828
- llvmlite
29-
- loky
29+
- loky>=3.5.1
3030
- pyarrow
3131
- pyspark>=3.4.0
3232
- cloudpickle

containers/conda_env/linux_cpu_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
- boto3
3434
- awscli
3535
- py-ubjson
36-
- loky
36+
- loky>=3.5.1
3737
- pyarrow
3838
- protobuf
3939
- cloudpickle

containers/dockerfile/Dockerfile.gpu

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN \
3636
distributed \
3737
"dask-cuda=$RAPIDS_VERSION.*" "dask-cudf=$RAPIDS_VERSION.*" cupy \
3838
numpy pytest pytest-timeout scipy scikit-learn pandas matplotlib wheel \
39-
python-kubernetes urllib3 graphviz hypothesis loky \
39+
python-kubernetes urllib3 graphviz hypothesis "loky>=3.5.1" \
4040
"pyspark>=3.4.0" cloudpickle cuda-python && \
4141
mamba clean --all --yes
4242

0 commit comments

Comments
 (0)