Skip to content

Commit

Permalink
Merge branch 'branch-24.04' into fix-cuco-merge-conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr authored Feb 8, 2024
2 parents 446e3c8 + 0e753b8 commit fec6c6f
Show file tree
Hide file tree
Showing 11 changed files with 58 additions and 107 deletions.
11 changes: 5 additions & 6 deletions ci/release/update-version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2018-2023, NVIDIA CORPORATION.
# Copyright (c) 2018-2024, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Expand Down Expand Up @@ -96,13 +96,12 @@ DEPENDENCIES=(
)
for DEP in "${DEPENDENCIES[@]}"; do
for FILE in dependencies.yaml conda/environments/*.yaml python/cugraph-{pyg,dgl}/conda/*.yaml; do
sed_runner "/-.* ${DEP}==/ s/==.*/==${NEXT_SHORT_TAG_PEP440}.*/g" ${FILE}
sed_runner "/-.* ${DEP}-cu[0-9][0-9]==/ s/==.*/==${NEXT_SHORT_TAG_PEP440}.*/g" ${FILE}
sed_runner "/-.* ucx-py==/ s/==.*/==${NEXT_UCX_PY_VERSION}.*/g" ${FILE}
sed_runner "/-.* ${DEP}\(-cu[[:digit:]]\{2\}\)\{0,1\}==/ s/==.*/==${NEXT_SHORT_TAG_PEP440}.*/g" "${FILE}"
sed_runner "/-.* ucx-py==/ s/==.*/==${NEXT_UCX_PY_VERSION}.*/g" "${FILE}"
done
for FILE in python/**/pyproject.toml python/**/**/pyproject.toml; do
sed_runner "/\"${DEP}==/ s/==.*\"/==${NEXT_SHORT_TAG_PEP440}.*\"/g" ${FILE}
sed_runner "/\"ucx-py==/ s/==.*\"/==${NEXT_UCX_PY_VERSION}.*\"/g" ${FILE}
sed_runner "/\"${DEP}\(-cu[[:digit:]]\{2\}\)\{0,1\}==/ s/==.*\"/==${NEXT_SHORT_TAG_PEP440}.*\"/g" "${FILE}"
sed_runner "/\"ucx-py==/ s/==.*\"/==${NEXT_UCX_PY_VERSION}.*\"/g" "${FILE}"
done
done

Expand Down
124 changes: 33 additions & 91 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -567,17 +567,12 @@ dependencies:
specific:
- output_types: [requirements, pyproject]
matrices:
- matrix: {cuda: "12.2"}
packages: &rmm_packages_pip_cu12
- matrix: {cuda: "12.*"}
packages:
- rmm-cu12==24.4.*
- {matrix: {cuda: "12.1"}, packages: *rmm_packages_pip_cu12}
- {matrix: {cuda: "12.0"}, packages: *rmm_packages_pip_cu12}
- matrix: {cuda: "11.8"}
packages: &rmm_packages_pip_cu11
- matrix: {cuda: "11.*"}
packages:
- rmm-cu11==24.4.*
- {matrix: {cuda: "11.5"}, packages: *rmm_packages_pip_cu11}
- {matrix: {cuda: "11.4"}, packages: *rmm_packages_pip_cu11}
- {matrix: {cuda: "11.2"}, packages: *rmm_packages_pip_cu11}
- {matrix: null, packages: [*rmm_conda]}

depends_on_cudf:
Expand All @@ -593,17 +588,12 @@ dependencies:
specific:
- output_types: [requirements, pyproject]
matrices:
- matrix: {cuda: "12.2"}
packages: &cudf_packages_pip_cu12
- matrix: {cuda: "12.*"}
packages:
- cudf-cu12==24.4.*
- {matrix: {cuda: "12.1"}, packages: *cudf_packages_pip_cu12}
- {matrix: {cuda: "12.0"}, packages: *cudf_packages_pip_cu12}
- matrix: {cuda: "11.8"}
packages: &cudf_packages_pip_cu11
- matrix: {cuda: "11.*"}
packages:
- cudf-cu11==24.4.*
- {matrix: {cuda: "11.5"}, packages: *cudf_packages_pip_cu11}
- {matrix: {cuda: "11.4"}, packages: *cudf_packages_pip_cu11}
- {matrix: {cuda: "11.2"}, packages: *cudf_packages_pip_cu11}
- {matrix: null, packages: [*cudf_conda]}

depends_on_dask_cudf:
Expand All @@ -619,17 +609,12 @@ dependencies:
specific:
- output_types: [requirements, pyproject]
matrices:
- matrix: {cuda: "12.2"}
packages: &dask_cudf_packages_pip_cu12
- matrix: {cuda: "12.*"}
packages:
- dask-cudf-cu12==24.4.*
- {matrix: {cuda: "12.1"}, packages: *dask_cudf_packages_pip_cu12}
- {matrix: {cuda: "12.0"}, packages: *dask_cudf_packages_pip_cu12}
- matrix: {cuda: "11.8"}
packages: &dask_cudf_packages_pip_cu11
- matrix: {cuda: "11.*"}
packages:
- dask-cudf-cu11==24.4.*
- {matrix: {cuda: "11.5"}, packages: *dask_cudf_packages_pip_cu11}
- {matrix: {cuda: "11.4"}, packages: *dask_cudf_packages_pip_cu11}
- {matrix: {cuda: "11.2"}, packages: *dask_cudf_packages_pip_cu11}
- {matrix: null, packages: [*dask_cudf_conda]}

depends_on_pylibraft:
Expand All @@ -645,17 +630,12 @@ dependencies:
specific:
- output_types: [requirements, pyproject]
matrices:
- matrix: {cuda: "12.2"}
packages: &pylibraft_packages_pip_cu12
- matrix: {cuda: "12.*"}
packages:
- pylibraft-cu12==24.4.*
- {matrix: {cuda: "12.1"}, packages: *pylibraft_packages_pip_cu12}
- {matrix: {cuda: "12.0"}, packages: *pylibraft_packages_pip_cu12}
- matrix: {cuda: "11.8"}
packages: &pylibraft_packages_pip_cu11
- matrix: {cuda: "11.*"}
packages:
- pylibraft-cu11==24.4.*
- {matrix: {cuda: "11.5"}, packages: *pylibraft_packages_pip_cu11}
- {matrix: {cuda: "11.4"}, packages: *pylibraft_packages_pip_cu11}
- {matrix: {cuda: "11.2"}, packages: *pylibraft_packages_pip_cu11}
- {matrix: null, packages: [*pylibraft_conda]}

depends_on_raft_dask:
Expand All @@ -671,17 +651,12 @@ dependencies:
specific:
- output_types: [requirements, pyproject]
matrices:
- matrix: {cuda: "12.2"}
packages: &raft_dask_packages_pip_cu12
- matrix: {cuda: "12.*"}
packages:
- raft-dask-cu12==24.4.*
- {matrix: {cuda: "12.1"}, packages: *raft_dask_packages_pip_cu12}
- {matrix: {cuda: "12.0"}, packages: *raft_dask_packages_pip_cu12}
- matrix: {cuda: "11.8"}
packages: &raft_dask_packages_pip_cu11
- matrix: {cuda: "11.*"}
packages:
- raft-dask-cu11==24.4.*
- {matrix: {cuda: "11.5"}, packages: *raft_dask_packages_pip_cu11}
- {matrix: {cuda: "11.4"}, packages: *raft_dask_packages_pip_cu11}
- {matrix: {cuda: "11.2"}, packages: *raft_dask_packages_pip_cu11}
- {matrix: null, packages: [*raft_dask_conda]}

depends_on_pylibcugraph:
Expand All @@ -697,17 +672,12 @@ dependencies:
specific:
- output_types: [requirements, pyproject]
matrices:
- matrix: {cuda: "12.2"}
packages: &pylibcugraph_packages_pip_cu12
- matrix: {cuda: "12.*"}
packages:
- pylibcugraph-cu12==24.4.*
- {matrix: {cuda: "12.1"}, packages: *pylibcugraph_packages_pip_cu12}
- {matrix: {cuda: "12.0"}, packages: *pylibcugraph_packages_pip_cu12}
- matrix: {cuda: "11.8"}
packages: &pylibcugraph_packages_pip_cu11
- matrix: {cuda: "11.*"}
packages:
- pylibcugraph-cu11==24.4.*
- {matrix: {cuda: "11.5"}, packages: *pylibcugraph_packages_pip_cu11}
- {matrix: {cuda: "11.4"}, packages: *pylibcugraph_packages_pip_cu11}
- {matrix: {cuda: "11.2"}, packages: *pylibcugraph_packages_pip_cu11}
- {matrix: null, packages: [*pylibcugraph_conda]}

depends_on_pylibcugraphops:
Expand All @@ -723,17 +693,12 @@ dependencies:
specific:
- output_types: [requirements, pyproject]
matrices:
- matrix: {cuda: "12.2"}
packages: &pylibcugraphops_packages_pip_cu12
- matrix: {cuda: "12.*"}
packages:
- pylibcugraphops-cu12==24.4.*
- {matrix: {cuda: "12.1"}, packages: *pylibcugraphops_packages_pip_cu12}
- {matrix: {cuda: "12.0"}, packages: *pylibcugraphops_packages_pip_cu12}
- matrix: {cuda: "11.8"}
packages: &pylibcugraphops_packages_pip_cu11
- matrix: {cuda: "11.*"}
packages:
- pylibcugraphops-cu11==24.4.*
- {matrix: {cuda: "11.5"}, packages: *pylibcugraphops_packages_pip_cu11}
- {matrix: {cuda: "11.4"}, packages: *pylibcugraphops_packages_pip_cu11}
- {matrix: {cuda: "11.2"}, packages: *pylibcugraphops_packages_pip_cu11}
- {matrix: null, packages: [*pylibcugraphops_conda]}

depends_on_cupy:
Expand All @@ -744,33 +709,10 @@ dependencies:
specific:
- output_types: [requirements, pyproject]
matrices:
# All CUDA 12 + x86_64 versions
- matrix: {cuda: "12.2", arch: x86_64}
packages: &cupy_packages_cu12_x86_64
- matrix: {cuda: "12.*"}
packages:
- cupy-cuda12x>=12.0.0
- {matrix: {cuda: "12.1", arch: x86_64}, packages: *cupy_packages_cu12_x86_64}
- {matrix: {cuda: "12.0", arch: x86_64}, packages: *cupy_packages_cu12_x86_64}

# All CUDA 12 + aarch64 versions
- matrix: {cuda: "12.2", arch: aarch64}
packages: &cupy_packages_cu12_aarch64
- cupy-cuda12x -f https://pip.cupy.dev/aarch64 # TODO: Verify that this works.
- {matrix: {cuda: "12.1", arch: aarch64}, packages: *cupy_packages_cu12_aarch64}
- {matrix: {cuda: "12.0", arch: aarch64}, packages: *cupy_packages_cu12_aarch64}

# All CUDA 11 + x86_64 versions
- matrix: {cuda: "11.8", arch: x86_64}
packages: &cupy_packages_cu11_x86_64
- matrix: {cuda: "11.*"}
packages: &cupy_packages_cu11
- cupy-cuda11x>=12.0.0
- {matrix: {cuda: "11.5", arch: x86_64}, packages: *cupy_packages_cu11_x86_64}
- {matrix: {cuda: "11.4", arch: x86_64}, packages: *cupy_packages_cu11_x86_64}
- {matrix: {cuda: "11.2", arch: x86_64}, packages: *cupy_packages_cu11_x86_64}

# All CUDA 11 + aarch64 versions
- matrix: {cuda: "11.8", arch: aarch64}
packages: &cupy_packages_cu11_aarch64
- cupy-cuda11x -f https://pip.cupy.dev/aarch64 # TODO: Verify that this works.
- {matrix: {cuda: "11.5", arch: aarch64}, packages: *cupy_packages_cu11_aarch64}
- {matrix: {cuda: "11.4", arch: aarch64}, packages: *cupy_packages_cu11_aarch64}
- {matrix: {cuda: "11.2", arch: aarch64}, packages: *cupy_packages_cu11_aarch64}
- {matrix: null, packages: [cupy-cuda11x>=12.0.0]}
- {matrix: null, packages: *cupy_packages_cu11}
2 changes: 0 additions & 2 deletions python/cugraph-dgl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,3 @@ version = {file = "cugraph_dgl/VERSION"}
include = [
"cugraph_dgl*",
]
exclude = ["*tests*"]

1 change: 0 additions & 1 deletion python/cugraph-equivariant/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,3 @@ include = [
"cugraph_equivariant*",
"cugraph_equivariant.*",
]
exclude = ["*tests*"]
20 changes: 20 additions & 0 deletions python/cugraph-equivariant/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright (c) 2024, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

from setuptools import find_packages, setup

if __name__ == "__main__":
packages = find_packages(include=["cugraph_equivariant*"])
setup(
package_data={key: ["VERSION"] for key in packages},
)
2 changes: 0 additions & 2 deletions python/cugraph-pyg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,3 @@ include = [
"cugraph_pyg*",
"cugraph_pyg.*",
]
exclude = ["*tests*"]

1 change: 0 additions & 1 deletion python/cugraph-service/client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ version = {file = "cugraph_service_client/VERSION"}
include = [
"cugraph_service_client",
]
exclude = ["*tests*"]
1 change: 0 additions & 1 deletion python/cugraph-service/server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,3 @@ include = [
"cugraph_service_server",
"cugraph_service_server.*"
]
exclude = ["*tests*"]
1 change: 0 additions & 1 deletion python/cugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ build-dir = "build/{wheel_tag}"
cmake.build-type = "Release"
cmake.minimum-version = "3.26.4"
ninja.make-fallback = true
sdist.exclude = ["*tests*"]
sdist.reproducible = true
wheel.packages = ["cugraph"]

Expand Down
1 change: 0 additions & 1 deletion python/nx-cugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ include = [
"_nx_cugraph*",
"_nx_cugraph.*",
]
exclude = ["*tests*"]

[tool.black]
line-length = 88
Expand Down
1 change: 0 additions & 1 deletion python/pylibcugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ build-dir = "build/{wheel_tag}"
cmake.build-type = "Release"
cmake.minimum-version = "3.26.4"
ninja.make-fallback = true
sdist.exclude = ["*tests*"]
sdist.reproducible = true
wheel.packages = ["pylibcugraph"]

Expand Down

0 comments on commit fec6c6f

Please sign in to comment.