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
2 changes: 1 addition & 1 deletion docs/cuopt/source/cuopt-python/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ NVIDIA cuOpt is also available as a container from Docker Hub:

.. code-block:: bash

docker pull nvidia/cuopt:25.5.0
docker pull nvidia/cuopt:25.5.0-cuda12.8-py312

The container includes both the Python API and self-hosted server components. To run the container:

Expand Down
2 changes: 1 addition & 1 deletion python/cuopt_self_hosted/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ readme = { file = "README.md", content-type = "text/markdown" }
authors = [
{ name = "NVIDIA Corporation" },
]
license = "Apache-2.0"
license = { text = "Apache-2.0" }
requires-python = ">=3.10"
dependencies = [
"cuopt-mps-parser==25.5.*,>=0.0.0a0",
Expand Down
Loading