Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Jan 13, 2025
1 parent 59ce7fe commit 8f57036
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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<3.0.0,>=2.0.0
- 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<3.0.0,>=2.0.0
- 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<3.0.0,>=2.0.0
- 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<3.0.0,>=2.0.0
- zarr>=2.0.0,<3.0.0a0
name: all_cuda-125_arch-x86_64
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<3.0.0,>=2.0.0",
"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 8f57036

Please sign in to comment.