Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move pin to dependencies.yaml
Browse files Browse the repository at this point in the history
galipremsagar committed Oct 4, 2024
1 parent a42ee92 commit 5e1c20e
Showing 2 changed files with 8 additions and 13 deletions.
17 changes: 4 additions & 13 deletions ci/test_python_common.sh
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5e1c20e

Please sign in to comment.