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
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ dependencies:
- ucx-proc=*=gpu
- scipy
- networkx>=2.5.1
- clang=11.0.0
- clang-tools=11.0.0
- clang=11.1.0
- clang-tools=11.1.0
- cmake>=3.20.1
- python>=3.6,<3.9
- notebook>=0.5.0
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ dependencies:
- ucx-proc=*=gpu
- scipy
- networkx>=2.5.1
- clang=11.0.0
- clang-tools=11.0.0
- clang=11.1.0
- clang-tools=11.1.0
- cmake>=3.20.1
- python>=3.6,<3.9
- notebook>=0.5.0
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ dependencies:
- ucx-proc=*=gpu
- scipy
- networkx>=2.5.1
- clang=11.0.0
- clang-tools=11.0.0
- clang=11.1.0
- clang-tools=11.1.0
- cmake>=3.20.1
- python>=3.6,<3.9
- notebook>=0.5.0
Expand Down
2 changes: 1 addition & 1 deletion cpp/scripts/run-clang-format.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import tempfile


EXPECTED_VERSION = "11.0.0"
EXPECTED_VERSION = "11.1.0"
VERSION_REGEX = re.compile(r"clang-format version ([0-9.]+)")
# NOTE: populate this list with more top-level dirs as we add more of them to the cugraph repo
DEFAULT_DIRS = ["cpp/include",
Expand Down