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
2 changes: 1 addition & 1 deletion conda/environments/bench_ann_cuda-118_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
- libcusparse=11.7.5.86
- libcuvs==25.6.*,>=0.0.0a0
- librmm==25.6.*,>=0.0.0a0
- matplotlib-base
- matplotlib-base>=3.9
- nccl>=2.19
- ninja
- nlohmann_json>=3.11.2
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/bench_ann_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
- libcusparse=11.7.5.86
- libcuvs==25.6.*,>=0.0.0a0
- librmm==25.6.*,>=0.0.0a0
- matplotlib-base
- matplotlib-base>=3.9
- mkl-devel=2023
- nccl>=2.19
- ninja
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/bench_ann_cuda-128_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
- libcusparse-dev
- libcuvs==25.6.*,>=0.0.0a0
- librmm==25.6.*,>=0.0.0a0
- matplotlib-base
- matplotlib-base>=3.9
- nccl>=2.19
- ninja
- nlohmann_json>=3.11.2
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/bench_ann_cuda-128_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
- libcusparse-dev
- libcuvs==25.6.*,>=0.0.0a0
- librmm==25.6.*,>=0.0.0a0
- matplotlib-base
- matplotlib-base>=3.9
- mkl-devel=2023
- nccl>=2.19
- ninja
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cuvs-bench-cpu/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ requirements:
- click
- glog ${{ glog_version }}
- h5py ${{ h5py_version }}
- matplotlib-base
- matplotlib-base>=3.9
- numpy >=1.23,<3.0a0
- pandas
- pyyaml
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cuvs-bench/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ requirements:
- glog ${{ glog_version }}
- h5py ${{ h5py_version }}
- libcuvs-bench-ann =${{ version }}
- matplotlib-base
- matplotlib-base>=3.9
- pandas
- pylibraft =${{ minor_version }}
- python
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -596,10 +596,10 @@ dependencies:
- scikit-learn
- output_types: [conda]
packages:
- matplotlib-base
- matplotlib-base>=3.9
- output_types: [requirements, pyproject]
packages:
- matplotlib
- matplotlib>=3.9
depends_on_cuvs:
common:
- output_types: conda
Expand Down
2 changes: 1 addition & 1 deletion python/cuvs_bench/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requires-python = ">=3.10"
dependencies = [
"click",
"cuvs==25.6.*,>=0.0.0a0",
"matplotlib",
"matplotlib>=3.9",
"pandas",
"pyyaml",
"requests",
Expand Down