Skip to content

Commit

Permalink
REL v24.12.00 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Dec 11, 2024
1 parent b0e02a1 commit 883a703
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
- python>=3.10,<3.13
- rangehttpserver
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- rapids-dask-dependency==24.12.*,>=0.0.0a0
- rapids-dask-dependency==24.12.*
- scikit-build-core>=0.10.0
- sphinx
- sphinx-click
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
- python>=3.10,<3.13
- rangehttpserver
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- rapids-dask-dependency==24.12.*,>=0.0.0a0
- rapids-dask-dependency==24.12.*
- scikit-build-core>=0.10.0
- sphinx
- sphinx-click
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-125_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
- python>=3.10,<3.13
- rangehttpserver
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- rapids-dask-dependency==24.12.*,>=0.0.0a0
- rapids-dask-dependency==24.12.*
- scikit-build-core>=0.10.0
- sphinx
- sphinx-click
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
- python>=3.10,<3.13
- rangehttpserver
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- rapids-dask-dependency==24.12.*,>=0.0.0a0
- rapids-dask-dependency==24.12.*
- scikit-build-core>=0.10.0
- sphinx
- sphinx-click
Expand Down
20 changes: 10 additions & 10 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,20 +148,20 @@ dependencies:
common:
- output_types: conda
packages: &libkvikio_packages
- libkvikio==24.12.*,>=0.0.0a0
- libkvikio==24.12.*
specific:
- output_types: [requirements, pyproject]
matrices:
- matrix:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- libkvikio-cu12==24.12.*,>=0.0.0a0
- libkvikio-cu12==24.12.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- libkvikio-cu11==24.12.*,>=0.0.0a0
- libkvikio-cu11==24.12.*
- {matrix: null, packages: *libkvikio_packages}
build-py-wrapper:
common:
Expand Down Expand Up @@ -290,7 +290,7 @@ dependencies:
common:
- output_types: conda
packages:
- &libkvikio_unsuffixed libkvikio==24.12.*,>=0.0.0a0
- &libkvikio_unsuffixed libkvikio==24.12.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -304,12 +304,12 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- libkvikio-cu12==24.12.*,>=0.0.0a0
- libkvikio-cu12==24.12.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- libkvikio-cu11==24.12.*,>=0.0.0a0
- libkvikio-cu11==24.12.*
- {matrix: null, packages: [*libkvikio_unsuffixed]}
docs:
common:
Expand Down Expand Up @@ -365,14 +365,14 @@ dependencies:
common:
- output_types: conda
packages:
- libkvikio==24.12.*,>=0.0.0a0
- libkvikio==24.12.*
- libkvikio-tests==24.12.*,>=0.0.0a0
test_kvikio:
common:
- output_types: conda
packages:
- libkvikio==24.12.*,>=0.0.0a0
- kvikio==24.12.*,>=0.0.0a0
- libkvikio==24.12.*
- kvikio==24.12.*
test_cpp:
common:
- output_types: conda
Expand All @@ -382,7 +382,7 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- rapids-dask-dependency==24.12.*,>=0.0.0a0
- rapids-dask-dependency==24.12.*
- pytest
- pytest-cov
- rangehttpserver
Expand Down
6 changes: 3 additions & 3 deletions python/kvikio/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ license = { text = "Apache 2.0" }
requires-python = ">=3.10"
dependencies = [
"cupy-cuda11x>=12.0.0",
"libkvikio==24.12.*,>=0.0.0a0",
"libkvikio==24.12.*",
"numcodecs !=0.12.0",
"numpy>=1.23,<3.0a0",
"nvidia-nvcomp==4.1.0.6",
Expand All @@ -46,7 +46,7 @@ test = [
"pytest",
"pytest-cov",
"rangehttpserver",
"rapids-dask-dependency==24.12.*,>=0.0.0a0",
"rapids-dask-dependency==24.12.*",
] # 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 Expand Up @@ -119,7 +119,7 @@ matrix-entry = "cuda_suffixed=true"
requires = [
"cmake>=3.26.4,!=3.30.0",
"cython>=3.0.0",
"libkvikio==24.12.*,>=0.0.0a0",
"libkvikio==24.12.*",
"ninja",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

Expand Down

0 comments on commit 883a703

Please sign in to comment.