Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freeze loky to 3.4.1. #15

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion containers/conda_env/aarch64_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- awscli
- numba
- llvmlite
- loky
- loky=3.4.1
- pyarrow
- pyspark>=3.4.0
- cloudpickle
Expand Down
2 changes: 1 addition & 1 deletion containers/conda_env/linux_cpu_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
- boto3
- awscli
- py-ubjson
- loky
- loky=3.4.1
- pyarrow
- protobuf
- cloudpickle
Expand Down
2 changes: 1 addition & 1 deletion containers/dockerfile/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading