Skip to content

Commit f377524

Browse files
committed
Merge branch 'spectral-clustering' of https://github.com/aamijar/cuvs into spectral-clustering
2 parents 3ecd180 + d90614c commit f377524

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies:
3535
- matplotlib-base>=3.9
3636
- nccl>=2.19
3737
- ninja
38-
- nlohmann_json>=3.11.2
38+
- nlohmann_json>=3.12.0
3939
- openblas
4040
- pandas
4141
- pylibraft==25.12.*,>=0.0.0a0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies:
3838
- mkl-devel=2023
3939
- nccl>=2.19
4040
- ninja
41-
- nlohmann_json>=3.11.2
41+
- nlohmann_json>=3.12.0
4242
- openblas
4343
- pandas
4444
- pylibraft==25.12.*,>=0.0.0a0

conda/environments/bench_ann_cuda-130_arch-aarch64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies:
3535
- matplotlib-base>=3.9
3636
- nccl>=2.19
3737
- ninja
38-
- nlohmann_json>=3.11.2
38+
- nlohmann_json>=3.12.0
3939
- openblas
4040
- pandas
4141
- pylibraft==25.12.*,>=0.0.0a0

conda/environments/bench_ann_cuda-130_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies:
3838
- mkl-devel=2023
3939
- nccl>=2.19
4040
- ninja
41-
- nlohmann_json>=3.11.2
41+
- nlohmann_json>=3.12.0
4242
- openblas
4343
- pandas
4444
- pylibraft==25.12.*,>=0.0.0a0

conda/recipes/cuvs-bench-cpu/conda_build_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ h5py_version:
2020
- ">=3.8.0"
2121

2222
nlohmann_json_version:
23-
- ">=3.11.2"
23+
- ">=3.12.0"

cpp/cmake/thirdparty/get_nlohmann_json.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#=============================================================================
2-
# Copyright (c) 2024, NVIDIA CORPORATION.
2+
# Copyright (c) 2024-2025, NVIDIA CORPORATION.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -35,8 +35,8 @@ function(find_and_configure_nlohmann_json)
3535

3636
endfunction()
3737

38-
find_and_configure_nlohmann_json(VERSION 3.11.2
38+
find_and_configure_nlohmann_json(VERSION 3.12.0
3939
FORK nlohmann
40-
PINNED_TAG v3.11.2
40+
PINNED_TAG v3.12.0
4141
EXCLUDE_FROM_ALL ON
4242
)

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ dependencies:
453453
common:
454454
- output_types: [conda, pyproject, requirements]
455455
packages:
456-
- nlohmann_json>=3.11.2
456+
- nlohmann_json>=3.12.0
457457
- glog>=0.6.0
458458
- h5py>=3.8.0
459459
- benchmark>=1.8.2

0 commit comments

Comments
 (0)