Skip to content

Commit

Permalink
Zarr: pin to version 2.* (#583)
Browse files Browse the repository at this point in the history
Now that Zarr v3 has been released, we need to pin to version 2 for now.

Authors:
  - Mads R. B. Kristensen (https://github.com/madsbk)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #583
madsbk authored Jan 13, 2025
1 parent 58a0784 commit 883971a
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
@@ -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
@@ -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
@@ -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
@@ -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'] %}
@@ -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
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion python/kvikio/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit 883971a

Please sign in to comment.