From 85a88a227ce38382d24772f32b674438bacf5454 Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Wed, 9 Oct 2024 10:39:25 -0400 Subject: [PATCH] REL v24.10.00 release --- dependencies.yaml | 6 +++--- python/kvikio/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dependencies.yaml b/dependencies.yaml index 6c6919a250..7abf22bdab 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -141,7 +141,7 @@ dependencies: common: - output_types: conda packages: &libkvikio_packages - - libkvikio==24.10.*,>=0.0.0a0 + - libkvikio==24.10.* specific: - output_types: [requirements, pyproject] matrices: @@ -149,12 +149,12 @@ dependencies: cuda: "12.*" cuda_suffixed: "true" packages: - - libkvikio-cu12==24.10.*,>=0.0.0a0 + - libkvikio-cu12==24.10.* - matrix: cuda: "11.*" cuda_suffixed: "true" packages: - - libkvikio-cu11==24.10.*,>=0.0.0a0 + - libkvikio-cu11==24.10.* - {matrix: null, packages: *libkvikio_packages} build-py-wrapper: common: diff --git a/python/kvikio/pyproject.toml b/python/kvikio/pyproject.toml index 046e157a11..d7c215213c 100644 --- a/python/kvikio/pyproject.toml +++ b/python/kvikio/pyproject.toml @@ -114,7 +114,7 @@ matrix-entry = "cuda_suffixed=true" requires = [ "cmake>=3.26.4,!=3.30.0", "cython>=3.0.0", - "libkvikio==24.10.*,>=0.0.0a0", + "libkvikio==24.10.*", "ninja", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.