Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion conda/environments/all_cuda-129_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies:
- libcufile-dev
- libcurl>=8.5.0,<9.0a0
- libnuma
- libnvcomp-dev==4.2.0.11
- moto>=4.0.8
- ninja
- numcodecs !=0.12.0
Expand Down
1 change: 0 additions & 1 deletion conda/environments/all_cuda-129_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies:
- libcufile-dev
- libcurl>=8.5.0,<9.0a0
- libnuma
- libnvcomp-dev==4.2.0.11
- moto>=4.0.8
- ninja
- numcodecs !=0.12.0
Expand Down
3 changes: 0 additions & 3 deletions conda/recipes/kvikio/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,3 @@ c_stdlib_version:

libcurl_version:
- "==8.5.0"

nvcomp_version:
- "=4.2.0.11"
1 change: 0 additions & 1 deletion conda/recipes/kvikio/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ requirements:
- cython >=3.0.0
- libcurl ${{ libcurl_version }}
- libkvikio =${{ version }}
- libnvcomp-dev ${{ nvcomp_version }}
- pip
- python =${{ py_version }}
- rapids-build-backend >=0.4.0,<0.5.0.dev0
Expand Down
10 changes: 0 additions & 10 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ files:
- cuda
- cuda_version
- depends_on_cupy
- depends_on_libnvcomp
- docs
- py_version
- rapids_build_skbuild
Expand Down Expand Up @@ -66,10 +65,6 @@ files:
table: project
includes:
- depends_on_cupy
# TODO: restore runtime dependency when we no longer vendor nvcomp
# (when nvcomp ships C++ wheels)
# https://github.com/rapidsai/build-planning/issues/171
# - depends_on_libnvcomp
- depends_on_libkvikio
- run
py_rapids_build_libkvikio:
Expand Down Expand Up @@ -220,11 +215,6 @@ dependencies:
- matrix: # All CUDA 12 versions
packages:
- cupy-cuda12x>=12.0.0
depends_on_libnvcomp:
common:
- output_types: conda
packages:
- libnvcomp-dev==4.2.0.11
depends_on_libkvikio:
common:
- output_types: conda
Expand Down
3 changes: 0 additions & 3 deletions python/kvikio/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ skip = [
[tool.mypy]
ignore_missing_imports = true

[project.entry-points."numcodecs.codecs"]
nvcomp_batch = "kvikio.nvcomp_codec:NvCompBatchCodec"

[tool.rapids-build-backend]
build-backend = "scikit_build_core.build"
dependencies-file = "../../dependencies.yaml"
Expand Down