Skip to content

Commit

Permalink
Zarr: pin to version 2.*
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Jan 13, 2025
1 parent 58a0784 commit 3d9637b
Showing 1 changed file with 2 additions and 2 deletions.
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 <3.0.0,>=2.0.0
# See https://github.com/zarr-developers/numcodecs/pull/475
- numcodecs !=0.12.0
- packaging
Expand Down

0 comments on commit 3d9637b

Please sign in to comment.