Skip to content

Commit

Permalink
Merge branch 'branch-25.02' into sep-impl-and-intfc
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk authored Jan 14, 2025
2 parents 2700ace + 883971a commit 811c4f4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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 @@ -38,5 +38,5 @@ dependencies:
- sphinx-click
- sphinx_rtd_theme
- sysroot_linux-aarch64=2.17
- zarr
- zarr>=2.0.0,<3.0.0a0
name: all_cuda-118_arch-aarch64
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 @@ -40,5 +40,5 @@ dependencies:
- sphinx-click
- sphinx_rtd_theme
- sysroot_linux-64=2.17
- zarr
- zarr>=2.0.0,<3.0.0a0
name: all_cuda-118_arch-x86_64
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 @@ -38,5 +38,5 @@ dependencies:
- sphinx-click
- sphinx_rtd_theme
- sysroot_linux-aarch64=2.17
- zarr
- zarr>=2.0.0,<3.0.0a0
name: all_cuda-125_arch-aarch64
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 @@ -38,5 +38,5 @@ dependencies:
- sphinx-click
- sphinx_rtd_theme
- sysroot_linux-64=2.17
- zarr
- zarr>=2.0.0,<3.0.0a0
name: all_cuda-125_arch-x86_64
4 changes: 2 additions & 2 deletions conda/recipes/kvikio/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023-2024, NVIDIA CORPORATION.
# Copyright (c) 2023-2025, NVIDIA CORPORATION.

{% set version = environ.get('GIT_DESCRIBE_TAG', '0.0.0.dev').lstrip('v') %}
{% set py_version = environ['CONDA_PY'] %}
Expand Down Expand Up @@ -75,7 +75,7 @@ requirements:
- python
- numpy >=1.23,<3.0a0
- cupy >=12.0.0
- zarr
- zarr >=2.0.0,<3.0.0a0
# See https://github.com/zarr-developers/numcodecs/pull/475
- numcodecs !=0.12.0
- packaging
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- numpy>=1.23,<3.0a0
- zarr
- zarr>=2.0.0,<3.0.0a0
# See https://github.com/zarr-developers/numcodecs/pull/475
- numcodecs !=0.12.0
- packaging
Expand Down
2 changes: 1 addition & 1 deletion python/kvikio/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"numpy>=1.23,<3.0a0",
"nvidia-nvcomp==4.1.0.6",
"packaging",
"zarr",
"zarr>=2.0.0,<3.0.0a0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 811c4f4

Please sign in to comment.