Skip to content

Commit 109dd08

Browse files
authored
Merge branch 'main' into pca-preprocessor
2 parents 948882c + e7c9484 commit 109dd08

7 files changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,4 @@ For the interested reader, many of the accelerated implementations in cuVS are a
216216
- [Fast K-NN Graph Construction by GPU Based NN-Descent](https://dl.acm.org/doi/abs/10.1145/3459637.3482344?casa_token=O_nan1B1F5cAAAAA:QHWDEhh0wmd6UUTLY9_Gv6c3XI-5DXM9mXVaUXOYeStlpxTPmV3nKvABRfoivZAaQ3n8FWyrkWw>)
217217
- [cuSLINK: Single-linkage Agglomerative Clustering on the GPU](https://arxiv.org/abs/2306.16354)
218218
- [GPU Semiring Primitives for Sparse Neighborhood Methods](https://arxiv.org/abs/2104.06357)
219+
- [VecFlow: A High-Performance Vector Data Management System for Filtered-Search on GPUs](https://arxiv.org/abs/2506.00812)

conda/environments/all_cuda-129_arch-aarch64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ dependencies:
4040
- openblas
4141
- pre-commit
4242
- pylibraft==26.4.*,>=0.0.0a0
43+
- pytest
4344
- pytest-cov
44-
- pytest<9.0.0
4545
- rapids-build-backend>=0.4.0,<0.5.0
4646
- recommonmark
4747
- rust

conda/environments/all_cuda-129_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ dependencies:
4040
- openblas
4141
- pre-commit
4242
- pylibraft==26.4.*,>=0.0.0a0
43+
- pytest
4344
- pytest-cov
44-
- pytest<9.0.0
4545
- rapids-build-backend>=0.4.0,<0.5.0
4646
- recommonmark
4747
- rust

conda/environments/all_cuda-131_arch-aarch64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ dependencies:
4141
- openblas
4242
- pre-commit
4343
- pylibraft==26.4.*,>=0.0.0a0
44+
- pytest
4445
- pytest-cov
45-
- pytest<9.0.0
4646
- rapids-build-backend>=0.4.0,<0.5.0
4747
- recommonmark
4848
- rust

conda/environments/all_cuda-131_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ dependencies:
4141
- openblas
4242
- pre-commit
4343
- pylibraft==26.4.*,>=0.0.0a0
44+
- pytest
4445
- pytest-cov
45-
- pytest<9.0.0
4646
- rapids-build-backend>=0.4.0,<0.5.0
4747
- recommonmark
4848
- rust

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ dependencies:
382382
packages:
383383
- *cmake_ver
384384
- openblas
385-
- &pytest pytest<9.0.0
385+
- &pytest pytest
386386
docs:
387387
common:
388388
- output_types: [conda]

python/cuvs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ classifiers = [
3737
[project.optional-dependencies]
3838
test = [
3939
"cupy-cuda13x>=13.6.0",
40+
"pytest",
4041
"pytest-cov",
41-
"pytest<9.0.0",
4242
"scikit-learn>=1.5",
4343
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
4444

0 commit comments

Comments
 (0)