File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies:
26
26
- awscli
27
27
- numba
28
28
- llvmlite
29
- - loky
29
+ - loky>=3.5.1
30
30
- pyarrow
31
31
- pyspark>=3.4.0
32
32
- cloudpickle
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies:
33
33
- boto3
34
34
- awscli
35
35
- py-ubjson
36
- - loky
36
+ - loky>=3.5.1
37
37
- pyarrow
38
38
- protobuf
39
39
- cloudpickle
Original file line number Diff line number Diff line change 36
36
distributed \
37
37
"dask-cuda=$RAPIDS_VERSION.*" "dask-cudf=$RAPIDS_VERSION.*" cupy \
38
38
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" \
40
40
"pyspark>=3.4.0" cloudpickle cuda-python && \
41
41
mamba clean --all --yes
42
42
You can’t perform that action at this time.
0 commit comments