[ci] Update PySpark version. (#9214)
This commit is contained in:
parent
17fd3f55e9
commit
62e9387cd5
@ -25,7 +25,7 @@ RUN \
|
|||||||
python=3.10 cudf=$RAPIDS_VERSION_ARG* rmm=$RAPIDS_VERSION_ARG* cudatoolkit=$CUDA_VERSION_ARG \
|
python=3.10 cudf=$RAPIDS_VERSION_ARG* rmm=$RAPIDS_VERSION_ARG* cudatoolkit=$CUDA_VERSION_ARG \
|
||||||
dask dask-cuda=$RAPIDS_VERSION_ARG* dask-cudf=$RAPIDS_VERSION_ARG* cupy \
|
dask dask-cuda=$RAPIDS_VERSION_ARG* dask-cudf=$RAPIDS_VERSION_ARG* cupy \
|
||||||
numpy pytest pytest-timeout scipy scikit-learn pandas matplotlib wheel python-kubernetes urllib3 graphviz hypothesis \
|
numpy pytest pytest-timeout scipy scikit-learn pandas matplotlib wheel python-kubernetes urllib3 graphviz hypothesis \
|
||||||
pyspark cloudpickle cuda-python && \
|
pyspark>=3.4.0 cloudpickle cuda-python && \
|
||||||
mamba clean --all && \
|
mamba clean --all && \
|
||||||
conda run --no-capture-output -n gpu_test pip install buildkite-test-collector
|
conda run --no-capture-output -n gpu_test pip install buildkite-test-collector
|
||||||
|
|
||||||
|
|||||||
@ -28,7 +28,7 @@ dependencies:
|
|||||||
- llvmlite
|
- llvmlite
|
||||||
- cffi
|
- cffi
|
||||||
- pyarrow
|
- pyarrow
|
||||||
- pyspark
|
- pyspark>=3.4.0
|
||||||
- cloudpickle
|
- cloudpickle
|
||||||
- pip:
|
- pip:
|
||||||
- awscli
|
- awscli
|
||||||
|
|||||||
@ -38,8 +38,6 @@ dependencies:
|
|||||||
- protobuf
|
- protobuf
|
||||||
- cloudpickle
|
- cloudpickle
|
||||||
- modin
|
- modin
|
||||||
# TODO: Replace it with pyspark>=3.4 once 3.4 released.
|
- pyspark>=3.4.0
|
||||||
# - https://ml-team-public-read.s3.us-west-2.amazonaws.com/pyspark-3.4.0.dev0.tar.gz
|
|
||||||
- pyspark>=3.3.1
|
|
||||||
- pip:
|
- pip:
|
||||||
- datatable
|
- datatable
|
||||||
|
|||||||
@ -35,7 +35,7 @@ dependencies:
|
|||||||
- py-ubjson
|
- py-ubjson
|
||||||
- cffi
|
- cffi
|
||||||
- pyarrow
|
- pyarrow
|
||||||
- pyspark
|
- pyspark>=3.4.0
|
||||||
- cloudpickle
|
- cloudpickle
|
||||||
- pip:
|
- pip:
|
||||||
- sphinx_rtd_theme
|
- sphinx_rtd_theme
|
||||||
|
|||||||
@ -19,6 +19,4 @@ dependencies:
|
|||||||
- pytest
|
- pytest
|
||||||
- hypothesis
|
- hypothesis
|
||||||
- hatchling
|
- hatchling
|
||||||
- pip:
|
- pyspark>=3.4.0
|
||||||
# TODO: Replace it with pyspark>=3.4 once 3.4 released.
|
|
||||||
- https://ml-team-public-read.s3.us-west-2.amazonaws.com/pyspark-3.4.0.dev0.tar.gz
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user