diff --git a/conda/environments/all_cuda-129_arch-aarch64.yaml b/conda/environments/all_cuda-129_arch-aarch64.yaml index 2222b7539..f4b19b692 100644 --- a/conda/environments/all_cuda-129_arch-aarch64.yaml +++ b/conda/environments/all_cuda-129_arch-aarch64.yaml @@ -16,7 +16,7 @@ dependencies: - cpp-argparse - cuda-nvcc - cuda-nvtx-dev -- cuda-python>=12.9.2,<13.0a0 +- cuda-python>=12.9.2,<13.0 - cuda-sanitizer-api - cuda-version=12.9 - cudf==26.2.*,>=0.0.0a0 @@ -46,7 +46,7 @@ dependencies: - notebook - numba-cuda>=0.22.1,<0.23.0 - numba>=0.60.0 -- numpy>=1.23.5,<3.0a0 +- numpy>=1.23.5,<3.0 - numpydoc - pandas>=2.0 - pexpect @@ -58,7 +58,7 @@ dependencies: - pytest-cov - pytest<8 - python>=3.10,<3.14 -- rapids-build-backend>=0.4.0,<0.5.0.dev0 +- 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 diff --git a/conda/environments/all_cuda-129_arch-x86_64.yaml b/conda/environments/all_cuda-129_arch-x86_64.yaml index 37191e1e6..2d0e49a30 100644 --- a/conda/environments/all_cuda-129_arch-x86_64.yaml +++ b/conda/environments/all_cuda-129_arch-x86_64.yaml @@ -16,7 +16,7 @@ dependencies: - cpp-argparse - cuda-nvcc - cuda-nvtx-dev -- cuda-python>=12.9.2,<13.0a0 +- cuda-python>=12.9.2,<13.0 - cuda-sanitizer-api - cuda-version=12.9 - cudf==26.2.*,>=0.0.0a0 @@ -46,7 +46,7 @@ dependencies: - notebook - numba-cuda>=0.22.1,<0.23.0 - numba>=0.60.0 -- numpy>=1.23.5,<3.0a0 +- numpy>=1.23.5,<3.0 - numpydoc - pandas>=2.0 - pexpect @@ -58,7 +58,7 @@ dependencies: - pytest-cov - pytest<8 - python>=3.10,<3.14 -- rapids-build-backend>=0.4.0,<0.5.0.dev0 +- 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 diff --git a/conda/environments/all_cuda-130_arch-aarch64.yaml b/conda/environments/all_cuda-130_arch-aarch64.yaml index 28f6a274a..470901469 100644 --- a/conda/environments/all_cuda-130_arch-aarch64.yaml +++ b/conda/environments/all_cuda-130_arch-aarch64.yaml @@ -16,7 +16,7 @@ dependencies: - cpp-argparse - cuda-nvcc - cuda-nvtx-dev -- cuda-python>=13.0.1,<14.0a0 +- cuda-python>=13.0.1,<14.0 - cuda-sanitizer-api - cuda-version=13.0 - cudf==26.2.*,>=0.0.0a0 @@ -46,7 +46,7 @@ dependencies: - notebook - numba-cuda>=0.22.1,<0.23.0 - numba>=0.60.0 -- numpy>=1.23.5,<3.0a0 +- numpy>=1.23.5,<3.0 - numpydoc - pandas>=2.0 - pexpect @@ -58,7 +58,7 @@ dependencies: - pytest-cov - pytest<8 - python>=3.10,<3.14 -- rapids-build-backend>=0.4.0,<0.5.0.dev0 +- 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 diff --git a/conda/environments/all_cuda-130_arch-x86_64.yaml b/conda/environments/all_cuda-130_arch-x86_64.yaml index 9e39419ef..04804e570 100644 --- a/conda/environments/all_cuda-130_arch-x86_64.yaml +++ b/conda/environments/all_cuda-130_arch-x86_64.yaml @@ -16,7 +16,7 @@ dependencies: - cpp-argparse - cuda-nvcc - cuda-nvtx-dev -- cuda-python>=13.0.1,<14.0a0 +- cuda-python>=13.0.1,<14.0 - cuda-sanitizer-api - cuda-version=13.0 - cudf==26.2.*,>=0.0.0a0 @@ -46,7 +46,7 @@ dependencies: - notebook - numba-cuda>=0.22.1,<0.23.0 - numba>=0.60.0 -- numpy>=1.23.5,<3.0a0 +- numpy>=1.23.5,<3.0 - numpydoc - pandas>=2.0 - pexpect @@ -58,7 +58,7 @@ dependencies: - pytest-cov - pytest<8 - python>=3.10,<3.14 -- rapids-build-backend>=0.4.0,<0.5.0.dev0 +- 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 diff --git a/conda/recipes/cuopt-server/recipe.yaml b/conda/recipes/cuopt-server/recipe.yaml index f46549a7e..413967cd5 100644 --- a/conda/recipes/cuopt-server/recipe.yaml +++ b/conda/recipes/cuopt-server/recipe.yaml @@ -29,7 +29,7 @@ requirements: host: - pip - python =${{ py_version }} - - rapids-build-backend >=0.4.0,<0.5.0.dev0 + - rapids-build-backend >=0.4.0,<0.5.0 - setuptools>=61.0.0 run: - cuopt =${{ version }} @@ -37,7 +37,7 @@ requirements: - jsonref =1.1.0 - msgpack-python =1.1.0 - msgpack-numpy =0.4.8 - - numpy >=1.23,<3.0a0 + - numpy >=1.23,<3.0 - pandas>=2 - psutil>=6.0.0 - python diff --git a/conda/recipes/cuopt/recipe.yaml b/conda/recipes/cuopt/recipe.yaml index 2195e7a09..a336a2475 100644 --- a/conda/recipes/cuopt/recipe.yaml +++ b/conda/recipes/cuopt/recipe.yaml @@ -62,13 +62,13 @@ requirements: - pip - pylibraft =${{ minor_version }} - python =${{ py_version }} - - rapids-build-backend >=0.4.0,<0.5.0.dev0 + - rapids-build-backend >=0.4.0,<0.5.0 - rmm =${{ minor_version }} - scikit-build-core >=0.10.0 - cuda-cudart-dev - if: cuda_major == "12" - then: cuda-python >=12.9.2,<13.0a0 - else: cuda-python >=13.0.1,<14.0a0 + then: cuda-python >=12.9.2,<13.0 + else: cuda-python >=13.0.1,<14.0 run: - ${{ pin_compatible("cuda-version", upper_bound="x", lower_bound="x") }} - cudf =${{ minor_version }} @@ -78,7 +78,7 @@ requirements: - libcuopt =${{ version }} - numba >=0.60.0 - numba-cuda>=0.22.1,<0.23.0 - - numpy >=1.23,<3.0a0 + - numpy >=1.23,<3.0 - pandas >=2.0 - pylibraft =${{ minor_version }} - python @@ -90,8 +90,8 @@ requirements: # TODO: Add nvjitlink here # xref: https://github.com/rapidsai/cudf/issues/12822 - if: cuda_major == "12" - then: cuda-python >=12.9.2,<13.0a0 - else: cuda-python >=13.0.1,<14.0a0 + then: cuda-python >=12.9.2,<13.0 + else: cuda-python >=13.0.1,<14.0 ignore_run_exports: by_name: - cuda-cudart diff --git a/conda/recipes/mps-parser/recipe.yaml b/conda/recipes/mps-parser/recipe.yaml index 3e3f3af9f..fb2da4e44 100644 --- a/conda/recipes/mps-parser/recipe.yaml +++ b/conda/recipes/mps-parser/recipe.yaml @@ -42,10 +42,10 @@ requirements: - libmps-parser =${{ version }} - pip - python =${{ py_version }} - - rapids-build-backend >=0.4.0,<0.5.0.dev0 + - rapids-build-backend >=0.4.0,<0.5.0 - scikit-build-core >=0.10.0 run: - - numpy >=1.23,<3.0a0 + - numpy >=1.23,<3.0 - python tests: diff --git a/dependencies.yaml b/dependencies.yaml index 9d7c44bd3..ffa6ce348 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -252,7 +252,7 @@ dependencies: common: - output_types: [conda, requirements, pyproject] packages: - - &rapids_build_backend rapids-build-backend>=0.4.0,<0.5.0.dev0 + - &rapids_build_backend rapids-build-backend>=0.4.0,<0.5.0 - output_types: [conda] packages: - scikit-build-core>=0.10.0 @@ -324,7 +324,7 @@ dependencies: common: - output_types: [conda, requirements, pyproject] packages: - - &numpy numpy>=1.23.5,<3.0a0 + - &numpy numpy>=1.23.5,<3.0 build_python_common: common: - output_types: [conda, requirements, pyproject] @@ -363,11 +363,11 @@ dependencies: - matrix: cuda: "12.*" packages: - - cuda-python>=12.9.2,<13.0a0 + - cuda-python>=12.9.2,<13.0 # fallback to CUDA 13 versions if 'cuda' is '13.*' or not provided - matrix: packages: - - cuda-python>=13.0.1,<14.0a0 + - cuda-python>=13.0.1,<14.0 test_python_cuopt_server: common: diff --git a/python/cuopt/cuopt/linear_programming/pyproject.toml b/python/cuopt/cuopt/linear_programming/pyproject.toml index c11cd3a58..8a135d2f8 100644 --- a/python/cuopt/cuopt/linear_programming/pyproject.toml +++ b/python/cuopt/cuopt/linear_programming/pyproject.toml @@ -4,7 +4,7 @@ [build-system] build-backend = "rapids_build_backend.build" requires = [ - "rapids-build-backend>=0.4.0,<0.5.0.dev0", + "rapids-build-backend>=0.4.0,<0.5.0", "scikit-build-core[pyproject]>=0.10.0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../../../dependencies.yaml and run `rapids-dependency-file-generator`. @@ -19,7 +19,7 @@ authors = [ license = { text = "Apache-2.0" } requires-python = ">=3.10" dependencies = [ - "numpy>=1.23.5,<3.0a0", + "numpy>=1.23.5,<3.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`. classifiers = [ @@ -82,6 +82,6 @@ requires = [ "cmake>=3.30.4", "cython>=3.0.3", "ninja", - "numpy>=1.23.5,<3.0a0", + "numpy>=1.23.5,<3.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`. diff --git a/python/cuopt/pyproject.toml b/python/cuopt/pyproject.toml index bcee10b62..90c40f53f 100644 --- a/python/cuopt/pyproject.toml +++ b/python/cuopt/pyproject.toml @@ -4,7 +4,7 @@ [build-system] build-backend = "rapids_build_backend.build" requires = [ - "rapids-build-backend>=0.4.0,<0.5.0.dev0", + "rapids-build-backend>=0.4.0,<0.5.0", "scikit-build-core[pyproject]>=0.10.0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. @@ -19,14 +19,14 @@ authors = [ license = { text = "Apache-2.0" } requires-python = ">=3.10" dependencies = [ - "cuda-python>=13.0.1,<14.0a0", + "cuda-python>=13.0.1,<14.0", "cudf==26.2.*,>=0.0.0a0", "cuopt-mps-parser==26.2.*,>=0.0.0a0", "cupy-cuda13x>=13.6.0", "libcuopt==26.2.*,>=0.0.0a0", "numba-cuda>=0.22.1,<0.23.0", "numba>=0.60.0", - "numpy>=1.23.5,<3.0a0", + "numpy>=1.23.5,<3.0", "pandas>=2.0", "pylibraft==26.2.*,>=0.0.0a0", "rapids-dask-dependency==26.2.*,>=0.0.0a0", @@ -45,7 +45,7 @@ classifiers = [ [project.optional-dependencies] test = [ - "numpy>=1.23.5,<3.0a0", + "numpy>=1.23.5,<3.0", "pytest-cov", "pytest<8", "rapids-logger==0.2.*,>=0.0.0a0", diff --git a/python/cuopt_server/pyproject.toml b/python/cuopt_server/pyproject.toml index 5d104ccda..0d7cb271f 100644 --- a/python/cuopt_server/pyproject.toml +++ b/python/cuopt_server/pyproject.toml @@ -4,7 +4,7 @@ [build-system] build-backend = "rapids_build_backend.build" requires = [ - "rapids-build-backend>=0.4.0,<0.5.0.dev0", + "rapids-build-backend>=0.4.0,<0.5.0", "setuptools", "wheel", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. @@ -26,7 +26,7 @@ dependencies = [ "jsonref==1.1.0", "msgpack-numpy==0.4.8", "msgpack==1.1.0", - "numpy>=1.23.5,<3.0a0", + "numpy>=1.23.5,<3.0", "pandas>=2.0", "psutil>=6.0.0", "uvicorn==0.34.*", diff --git a/python/libcuopt/pyproject.toml b/python/libcuopt/pyproject.toml index 8324bd387..8f7fc8f94 100644 --- a/python/libcuopt/pyproject.toml +++ b/python/libcuopt/pyproject.toml @@ -4,7 +4,7 @@ [build-system] build-backend = "rapids_build_backend.build" requires = [ - "rapids-build-backend>=0.4.0,<0.5.0.dev0", + "rapids-build-backend>=0.4.0,<0.5.0", "scikit-build-core[pyproject]>=0.10.0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.