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: 1 addition & 3 deletions ci/release/update-version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# SPDX-FileCopyrightText: Copyright (c) 2022-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2022-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

## Usage
Expand Down Expand Up @@ -108,8 +108,6 @@ DEPENDENCIES=(
libraft-headers
librmm
pylibraft
raft-dask
rapids-dask-dependency
rmm
)

Expand Down
1 change: 0 additions & 1 deletion conda/environments/all_cuda-129_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ dependencies:
- pytest<9.0
- python>=3.10,<3.14
- rapids-build-backend>=0.4.0,<0.5.0
- rapids-dask-dependency==26.2.*,>=0.0.0a0
- rapids-logger==0.2.*,>=0.0.0a0
- requests
- rmm==26.2.*,>=0.0.0a0
Expand Down
1 change: 0 additions & 1 deletion conda/environments/all_cuda-129_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ dependencies:
- pytest<9.0
- python>=3.10,<3.14
- rapids-build-backend>=0.4.0,<0.5.0
- rapids-dask-dependency==26.2.*,>=0.0.0a0
- rapids-logger==0.2.*,>=0.0.0a0
- requests
- rmm==26.2.*,>=0.0.0a0
Expand Down
1 change: 0 additions & 1 deletion conda/environments/all_cuda-130_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ dependencies:
- pytest<9.0
- python>=3.10,<3.14
- rapids-build-backend>=0.4.0,<0.5.0
- rapids-dask-dependency==26.2.*,>=0.0.0a0
- rapids-logger==0.2.*,>=0.0.0a0
- requests
- rmm==26.2.*,>=0.0.0a0
Expand Down
1 change: 0 additions & 1 deletion conda/environments/all_cuda-130_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ dependencies:
- pytest<9.0
- python>=3.10,<3.14
- rapids-build-backend>=0.4.0,<0.5.0
- rapids-dask-dependency==26.2.*,>=0.0.0a0
- rapids-logger==0.2.*,>=0.0.0a0
- requests
- rmm==26.2.*,>=0.0.0a0
Expand Down
4 changes: 1 addition & 3 deletions conda/recipes/cuopt/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION.
# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION.
# SPDX-License-Identifier: Apache-2.0
schema_version: 1

Expand Down Expand Up @@ -82,8 +82,6 @@ requirements:
- pandas >=2.0
- pylibraft =${{ minor_version }}
- python
- raft-dask =${{ minor_version }}
- rapids-dask-dependency =${{ minor_version }}
- rmm =${{ minor_version }}
# Needed by Numba for CUDA support
- cuda-nvcc-impl
Expand Down
24 changes: 11 additions & 13 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ files:
- test_python_common
- test_python_cuopt
- test_python_cuopt_server
- depends_on_rmm
- depends_on_cupy
- depends_on_cudf
- depends_on_cupy
- depends_on_libraft_headers
- depends_on_librmm
- depends_on_pylibraft
- depends_on_rapids_logger
- depends_on_rmm
- rapids_build_backend
test_cpp:
output: none
Expand Down Expand Up @@ -297,8 +299,6 @@ dependencies:
packages:
- libboost-devel
- cpp-argparse
- librmm==26.2.*,>=0.0.0a0
- libraft-headers==26.2.*,>=0.0.0a0
- tbb-devel
- zlib
- bzip2
Expand Down Expand Up @@ -348,7 +348,6 @@ dependencies:
packages:
- numba-cuda>=0.22.1,<0.23.0
- numba>=0.60.0
- rapids-dask-dependency==26.2.*,>=0.0.0a0
- &pandas pandas>=2.0
- output_types: requirements
packages:
Expand All @@ -374,7 +373,7 @@ dependencies:
- &jsonref jsonref==1.1.0
- &msgpack_numpy msgpack-numpy==0.4.8
- pexpect
- requests
- &requests requests
- output_types: [requirements, pyproject]
packages:
- &msgpack msgpack==1.1.0
Expand All @@ -390,23 +389,22 @@ dependencies:
- *jsonref
- *msgpack_numpy
- *pandas
- psutil>=6.0.0
- uvicorn==0.34.*
- output_types: conda
packages:
- *msgpack_python
- pip
- psutil>=6.0.0
- output_types: [requirements, pyproject]
packages:
- *msgpack
- psutil>=6.0.0

run_cuopt_sh_client:
common:
- output_types: [conda, requirements, pyproject]
packages:
- *msgpack_numpy
- requests
- *requests
- output_types: conda
packages:
- *msgpack_python
Expand Down Expand Up @@ -732,7 +730,7 @@ dependencies:
- output_types: [conda]
packages:
- *doxygen
- ipython
- &ipython ipython
- *jsonref
- make
- *msgpack_python
Expand All @@ -757,7 +755,7 @@ dependencies:
common:
- output_types: [conda, requirements]
packages:
- ipython
- *ipython
- notebook
- output_types: [conda]
packages:
Expand All @@ -766,11 +764,11 @@ dependencies:
- *msgpack_python
- *numpy
- pip:
- veroviz
- &veroviz veroviz
- output_types: [requirements]
packages:
- *numpy
- veroviz
- *veroviz
py_version:
specific:
- output_types: conda
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

[tool.black]
Expand Down Expand Up @@ -42,7 +42,6 @@ section-order = [
"future",
"standard-library",
"third-party",
"dask",
"rapids",
"first-party",
"local-folder",
Expand Down
6 changes: 0 additions & 6 deletions python/cuopt/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ dependencies = [
"numpy>=1.23.5,<3.0",
"pandas>=2.0",
"pylibraft==26.2.*,>=0.0.0a0",
"rapids-dask-dependency==26.2.*,>=0.0.0a0",
"rapids-logger==0.2.*,>=0.0.0a0",
"rmm==26.2.*,>=0.0.0a0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
Expand Down Expand Up @@ -63,11 +62,6 @@ known-first-party = [
]

[tool.ruff.lint.isort.sections]
dask = [
"dask",
"distributed",
"dask_cuda",
]
rapids = [
"cudf",
"pylibraft",
Expand Down
5 changes: 0 additions & 5 deletions python/cuopt_self_hosted/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ known-first-party = [
]

[tool.ruff.lint.isort.sections]
dask = [
"dask",
"distributed",
"dask_cuda",
]
rapids = [
"cudf",
"pylibraft",
Expand Down
5 changes: 0 additions & 5 deletions python/cuopt_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ known-first-party = [
]

[tool.ruff.lint.isort.sections]
dask = [
"dask",
"distributed",
"dask_cuda",
]
rapids = [
"cudf",
"pylibraft",
Expand Down