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
7 changes: 3 additions & 4 deletions conda/environments/all_cuda-129_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ channels:
- rapidsai
- conda-forge
dependencies:
- boost
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should replace boost with libboost-devel. The boost package has some Python pieces but we should only need C++ development libraries.

- breathe
- bzip2
- c-compiler
Expand All @@ -24,11 +23,11 @@ dependencies:
- cxx-compiler
- cython>=3.0.3
- doxygen=1.9.1
- exhale
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The exhale dependency pins sphinx tightly (<5) and we require newer Sphinx versions in most of RAPIDS. This doesn't appear to be used so I removed it.

- fastapi
- gcc_linux-aarch64=14.*
- ipython
- jsonref==1.1.0
- libboost-devel
- libcudss-dev >=0.7
- libcurand-dev
- libcusolver-dev
Expand All @@ -54,7 +53,7 @@ dependencies:
- pylibraft==26.2.*,>=0.0.0a0
- pyrsistent
- pytest-cov
- pytest<8
- pytest<9.0
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We updated the rest of RAPIDS to PyTest 8 a while ago, and version 9 is out now. Let's try to move this pinning forward.

- python>=3.10,<3.14
- rapids-build-backend>=0.4.0,<0.5.0
- rapids-dask-dependency==26.2.*,>=0.0.0a0
Expand All @@ -74,7 +73,7 @@ dependencies:
- uvicorn==0.34.*
- zlib
- pip:
- nvidia_sphinx_theme
- nvidia-sphinx-theme
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This package name was incorrect and relied on PyPI's normalization logic to fetch the right thing.

- swagger-plugin-for-sphinx
- veroviz
name: all_cuda-129_arch-aarch64
7 changes: 3 additions & 4 deletions conda/environments/all_cuda-129_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ channels:
- rapidsai
- conda-forge
dependencies:
- boost
- breathe
- bzip2
- c-compiler
Expand All @@ -24,11 +23,11 @@ dependencies:
- cxx-compiler
- cython>=3.0.3
- doxygen=1.9.1
- exhale
- fastapi
- gcc_linux-64=14.*
- ipython
- jsonref==1.1.0
- libboost-devel
- libcudss-dev >=0.7
- libcurand-dev
- libcusolver-dev
Expand All @@ -54,7 +53,7 @@ dependencies:
- pylibraft==26.2.*,>=0.0.0a0
- pyrsistent
- pytest-cov
- pytest<8
- 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
Expand All @@ -74,7 +73,7 @@ dependencies:
- uvicorn==0.34.*
- zlib
- pip:
- nvidia_sphinx_theme
- nvidia-sphinx-theme
- swagger-plugin-for-sphinx
- veroviz
name: all_cuda-129_arch-x86_64
7 changes: 3 additions & 4 deletions conda/environments/all_cuda-130_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ channels:
- rapidsai
- conda-forge
dependencies:
- boost
- breathe
- bzip2
- c-compiler
Expand All @@ -24,11 +23,11 @@ dependencies:
- cxx-compiler
- cython>=3.0.3
- doxygen=1.9.1
- exhale
- fastapi
- gcc_linux-aarch64=14.*
- ipython
- jsonref==1.1.0
- libboost-devel
- libcudss-dev >=0.7
- libcurand-dev
- libcusolver-dev
Expand All @@ -54,7 +53,7 @@ dependencies:
- pylibraft==26.2.*,>=0.0.0a0
- pyrsistent
- pytest-cov
- pytest<8
- 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
Expand All @@ -74,7 +73,7 @@ dependencies:
- uvicorn==0.34.*
- zlib
- pip:
- nvidia_sphinx_theme
- nvidia-sphinx-theme
- swagger-plugin-for-sphinx
- veroviz
name: all_cuda-130_arch-aarch64
7 changes: 3 additions & 4 deletions conda/environments/all_cuda-130_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ channels:
- rapidsai
- conda-forge
dependencies:
- boost
- breathe
- bzip2
- c-compiler
Expand All @@ -24,11 +23,11 @@ dependencies:
- cxx-compiler
- cython>=3.0.3
- doxygen=1.9.1
- exhale
- fastapi
- gcc_linux-64=14.*
- ipython
- jsonref==1.1.0
- libboost-devel
- libcudss-dev >=0.7
- libcurand-dev
- libcusolver-dev
Expand All @@ -54,7 +53,7 @@ dependencies:
- pylibraft==26.2.*,>=0.0.0a0
- pyrsistent
- pytest-cov
- pytest<8
- 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
Expand All @@ -74,7 +73,7 @@ dependencies:
- uvicorn==0.34.*
- zlib
- pip:
- nvidia_sphinx_theme
- nvidia-sphinx-theme
- swagger-plugin-for-sphinx
- veroviz
name: all_cuda-130_arch-x86_64
8 changes: 0 additions & 8 deletions conda/recipes/cuopt-server/conda_build_config.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions conda/recipes/cuopt-server/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 @@ -41,7 +41,7 @@ requirements:
- pandas>=2
- psutil>=6.0.0
- python
- uvicorn ${{ uvicorn_version }}
- uvicorn =0.34

This comment was marked as spam.


tests:
- python:
Expand Down
12 changes: 6 additions & 6 deletions conda/recipes/libcuopt/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 @@ -51,7 +51,7 @@ cache:

requirements:
build:
- boost
- libboost-devel
- ${{ compiler("c") }}
- ${{ compiler("cxx") }}
- ${{ compiler("cuda") }} =${{ cuda_version }}
Expand All @@ -73,7 +73,7 @@ cache:
- libcurand-dev
- libcusparse-dev
- cuda-cudart-dev
- boost
- libboost-devel
- tbb-devel
- zlib
- bzip2
Expand Down Expand Up @@ -145,7 +145,7 @@ outputs:
- ${{ stdlib("c") }}
host:
- ${{ pin_subpackage("libmps-parser", exact=True) }}
- boost
- libboost-devel
- cuda-version =${{ cuda_version }}
- rapids-logger =0.2
- librmm =${{ minor_version }}
Expand All @@ -156,7 +156,7 @@ outputs:
run:
- ${{ pin_compatible("cuda-version", upper_bound="x", lower_bound="x") }}
- ${{ pin_subpackage("libmps-parser", exact=True) }}
- boost
- libboost-devel
- librmm =${{ minor_version }}
- cuda-nvrtc
- libcudss
Expand Down Expand Up @@ -198,7 +198,7 @@ outputs:
host:
- ${{ pin_subpackage("libcuopt", exact=True) }}
- ${{ pin_subpackage("libmps-parser", exact=True) }}
- boost
- libboost-devel
- cuda-cudart-dev
- libcublas
- libcudss-dev >=0.7
Expand Down
9 changes: 4 additions & 5 deletions dependencies.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Copyright (c) 2023-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2023-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

# Dependency list for https://github.com/rapidsai/dependency-file-generator
Expand Down Expand Up @@ -295,7 +295,7 @@ dependencies:
common:
- output_types: conda
packages:
- boost
- libboost-devel
- cpp-argparse
- librmm==26.2.*,>=0.0.0a0
- libraft-headers==26.2.*,>=0.0.0a0
Expand Down Expand Up @@ -332,7 +332,7 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- pytest<8
- pytest<9.0
- pytest-cov
test_python_cuopt:
common:
Expand Down Expand Up @@ -742,7 +742,6 @@ dependencies:
- numpydoc
- pyrsistent
- breathe
- exhale
- sphinx
- sphinx-copybutton
- sphinx-markdown-tables
Expand All @@ -752,7 +751,7 @@ dependencies:
- sphinx-design
- pip:
- swagger-plugin-for-sphinx
- nvidia_sphinx_theme
- nvidia-sphinx-theme

notebooks:
common:
Expand Down
4 changes: 2 additions & 2 deletions python/cuopt/cuopt/linear_programming/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2023-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

[build-system]
Expand Down Expand Up @@ -37,7 +37,7 @@ Source = "https://github.com/nvidia/cuopt"
[project.optional-dependencies]
test = [
"pytest-cov",
"pytest<8",
"pytest<9.0",
"rapids-logger==0.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
4 changes: 2 additions & 2 deletions python/cuopt/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Copyright (c) 2021-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

[build-system]
Expand Down Expand Up @@ -46,7 +46,7 @@ classifiers = [
test = [
"numpy>=1.23.5,<3.0",
"pytest-cov",
"pytest<8",
"pytest<9.0",
"rapids-logger==0.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
4 changes: 2 additions & 2 deletions python/cuopt_self_hosted/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2023-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

[build-system]
Expand Down Expand Up @@ -37,7 +37,7 @@ classifiers = [
[project.optional-dependencies]
test = [
"pytest-cov",
"pytest<8",
"pytest<9.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

[project.urls]
Expand Down
4 changes: 2 additions & 2 deletions python/cuopt_server/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2023-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

[build-system]
Expand Down Expand Up @@ -48,7 +48,7 @@ test = [
"msgpack==1.1.0",
"pexpect",
"pytest-cov",
"pytest<8",
"pytest<9.0",
"requests",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

Expand Down