diff --git a/ci/test_python_common.sh b/ci/test_python_common.sh index e435d7ff52e..fb09744f50c 100755 --- a/ci/test_python_common.sh +++ b/ci/test_python_common.sh @@ -38,16 +38,7 @@ mkdir -p "${RAPIDS_TESTS_DIR}" "${RAPIDS_COVERAGE_DIR}" rapids-print-env -if [[ $RAPIDS_DEPENDENCIES == "latest" ]]; then - # Extract the version value assigned to PANDAS_CURRENT_SUPPORTED_VERSION - pandas_version=$(grep -oP 'PANDAS_CURRENT_SUPPORTED_VERSION\s*=\s*version\.parse\("\K[^"]+' "python/cudf/cudf/core/_compat.py") - rapids-mamba-retry install \ - --channel "${CPP_CHANNEL}" \ - --channel "${PYTHON_CHANNEL}" \ - cudf libcudf pandas==$pandas_version -else - rapids-mamba-retry install \ - --channel "${CPP_CHANNEL}" \ - --channel "${PYTHON_CHANNEL}" \ - cudf libcudf -fi +rapids-mamba-retry install \ + --channel "${CPP_CHANNEL}" \ + --channel "${PYTHON_CHANNEL}" \ + cudf libcudf diff --git a/dependencies.yaml b/dependencies.yaml index ca240480b8e..3561b22965d 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -748,6 +748,10 @@ dependencies: packages: - *numba-cuda-dep - pandas==2.0.* + - matrix: {dependencies: "latest"} + packages: + - numba-cuda==0.0.15 + - pandas==2.2.3 - matrix: packages: - output_types: conda