Skip to content
Merged
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
4 changes: 0 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ jobs:
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
with:
# This selects "ARCH=amd64".
matrix_filter: map(select(.ARCH == "amd64"))
build_type: pull-request
script: "ci/test_python_cudf.sh"
conda-python-other-tests:
Expand Down Expand Up @@ -250,8 +248,6 @@ jobs:
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
with:
# This selects "ARCH=amd64".
matrix_filter: map(select(.ARCH == "amd64"))
build_type: pull-request
script: ci/test_wheel_cudf.sh
wheel-build-cudf-polars:
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ jobs:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
with:
# This selects "ARCH=amd64".
matrix_filter: map(select(.ARCH == "amd64"))
build_type: ${{ inputs.build_type }}
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
Expand All @@ -72,8 +70,6 @@ jobs:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
with:
# This selects "ARCH=amd64".
matrix_filter: map(select(.ARCH == "amd64"))
build_type: ${{ inputs.build_type }}
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
Expand Down Expand Up @@ -107,8 +103,6 @@ jobs:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
with:
# This selects "ARCH=amd64".
matrix_filter: map(select(.ARCH == "amd64"))
build_type: ${{ inputs.build_type }}
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
Expand All @@ -118,8 +112,6 @@ jobs:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
with:
# This selects "ARCH=amd64".
matrix_filter: map(select(.ARCH == "amd64"))
build_type: ${{ inputs.build_type }}
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
Expand All @@ -129,8 +121,6 @@ jobs:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
with:
# This selects "ARCH=amd64".
matrix_filter: map(select(.ARCH == "amd64"))
build_type: ${{ inputs.build_type }}
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
Expand All @@ -152,8 +142,6 @@ jobs:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
with:
# This selects "ARCH=amd64".
matrix_filter: map(select(.ARCH == "amd64"))
build_type: ${{ inputs.build_type }}
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
Expand All @@ -163,8 +151,6 @@ jobs:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
with:
# This selects "ARCH=amd64".
matrix_filter: map(select(.ARCH == "amd64"))
build_type: ${{ inputs.build_type }}
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies:
- nbsphinx
- ninja
- notebook
- numba-cuda>=0.9.0
- numba-cuda>=0.9.0,!=0.10.0
- numba>=0.59.1,<0.62.0a0
- numpy>=1.23,<3.0a0
- numpydoc
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies:
- nbsphinx
- ninja
- notebook
- numba-cuda>=0.9.0
- numba-cuda>=0.9.0,!=0.10.0
- numba>=0.59.1,<0.62.0a0
- numpy>=1.23,<3.0a0
- numpydoc
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-128_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies:
- nbsphinx
- ninja
- notebook
- numba-cuda>=0.9.0
- numba-cuda>=0.9.0,!=0.10.0
- numba>=0.59.1,<0.62.0a0
- numpy>=1.23,<3.0a0
- numpydoc
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-128_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies:
- nbsphinx
- ninja
- notebook
- numba-cuda>=0.9.0
- numba-cuda>=0.9.0,!=0.10.0
- numba>=0.59.1,<0.62.0a0
- numpy>=1.23,<3.0a0
- numpydoc
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cudf/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ requirements:
- typing_extensions >=4.0.0
- pandas >=2.0,<2.2.4dev0
- cupy >=12.0.0
- numba-cuda >=0.9.0
- numba-cuda >=0.9.0,!=0.10.0
- numba >=0.59.1,<0.62.0a0
- numpy >=1.23,<2.1
- pyarrow>=14.0.0,<20.0.0a0
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- cachetools
- &numba-cuda-dep numba-cuda>=0.9.0
- &numba-cuda-dep numba-cuda>=0.9.0,!=0.10.0
- &numba-dep numba>=0.59.1,<0.62.0a0
- nvtx>=0.2.1
- packaging
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"cupy-cuda11x>=12.0.0",
"fsspec>=0.6.0",
"libcudf==25.6.*,>=0.0.0a0",
"numba-cuda>=0.9.0",
"numba-cuda>=0.9.0,!=0.10.0",
"numba>=0.59.1,<0.62.0a0",
"numpy>=1.23,<3.0a0",
"nvtx>=0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion python/dask_cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cudf = "dask_cudf.backends:CudfBackendEntrypoint"
[project.optional-dependencies]
test = [
"dask-cuda==25.6.*,>=0.0.0a0",
"numba-cuda>=0.9.0",
"numba-cuda>=0.9.0,!=0.10.0",
"numba>=0.59.1,<0.62.0a0",
"pytest-cov",
"pytest-xdist",
Expand Down
Loading