Skip to content

Commit 8af6ecf

Browse files
authored
Merge pull request #108 from mpenn/mpenn_update-nat-version
Update `nvidia-nat` to 1.5.0 stable release in `cuopt-example`
2 parents e12aa30 + 9c1c6ba commit 8af6ecf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ _*/
66

77
# byte-compiled python files
88
*.py[cod]
9+
*.egg-info/
910

1011
/.vs
1112

cuopt-agent/cuopt_agent/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ requires = ["setuptools>=64", "setuptools_dynamic_dependencies>=1.0.0"]
2121
where = ["src"]
2222

2323
[tool.uv]
24-
prerelease = "allow"
2524
extra-index-url = ["https://pypi.nvidia.com"]
2625
# Force numpy<2.3 for cuOpt/numba; overrides nvidia-nat-core's numpy>=2.3
2726
override-dependencies = ["numpy>=1.22,<2.3"]
@@ -39,7 +38,7 @@ classifiers = ["Programming Language :: Python"]
3938
# cuopt-cu12 pin must match the container base image (Dockerfile.dev FROM line).
4039
# In-container: already satisfied, pip/uv skips it. Local: pulled from pypi.nvidia.com.
4140
dependencies = [
42-
"nvidia-nat[eval,langchain,phoenix,test] == 1.5.0rc2",
41+
"nvidia-nat[eval,langchain,phoenix]~=1.5.0",
4342
"deepagents",
4443
"psutil",
4544
"sqlalchemy[asyncio]",

0 commit comments

Comments
 (0)