Skip to content

Commit

Permalink
Apply tighter version pinning as recommended from code review
Browse files Browse the repository at this point in the history
Co-authored-by: jakirkham <[email protected]>
  • Loading branch information
robertmaynard and jakirkham authored Nov 14, 2024
1 parent 9163b30 commit 7a625bf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 @@ -21,7 +21,7 @@ dependencies:
- libcurl>=7.87.0
- moto>=4.0.8
- ninja
- numcodecs>=0.13.0,<14
- numcodecs>=0.13.0,<0.14.0a0
- numpy>=1.23,<3.0a0
- numpydoc
- nvcc_linux-aarch64=11.8
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 @@ -23,7 +23,7 @@ dependencies:
- libcurl>=7.87.0
- moto>=4.0.8
- ninja
- numcodecs>=0.13.0,<14
- numcodecs>=0.13.0,<0.14.0a0
- numpy>=1.23,<3.0a0
- numpydoc
- nvcc_linux-64=11.8
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 @@ -22,7 +22,7 @@ dependencies:
- libcurl>=7.87.0
- moto>=4.0.8
- ninja
- numcodecs>=0.13.0,<14
- numcodecs>=0.13.0,<0.14.0a0
- numpy>=1.23,<3.0a0
- numpydoc
- nvcomp==4.1.0.6
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 @@ -22,7 +22,7 @@ dependencies:
- libcurl>=7.87.0
- moto>=4.0.8
- ninja
- numcodecs>=0.13.0,<14
- numcodecs>=0.13.0,<0.14.0a0
- numpy>=1.23,<3.0a0
- numpydoc
- nvcomp==4.1.0.6
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/kvikio/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ requirements:
- cupy >=12.0.0
- zarr
# See https://github.com/zarr-developers/numcodecs/pull/475
- numcodecs>=0.13.0,<14
- numcodecs>=0.13.0,<0.14.0
- packaging
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
{% if cuda_major == "11" %}
Expand Down
2 changes: 1 addition & 1 deletion python/kvikio/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requires-python = ">=3.10"
dependencies = [
"cupy-cuda11x>=12.0.0",
"libkvikio==24.12.*,>=0.0.0a0",
"numcodecs>=0.13.0,<14",
"numcodecs>=0.13.0,<0.14.0a0",
"numpy>=1.23,<3.0a0",
"nvidia-nvcomp==4.1.0.6",
"packaging",
Expand Down

0 comments on commit 7a625bf

Please sign in to comment.