File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ For development and contributions:
37
37
- cmake-format-0.6 (can be installed with ` python -m pip install cmake-format==0.6.13 ` )
38
38
- black (can be installed with ` python -m pip install black==24.3.0 ` )
39
39
40
+ > ** Note** : All devs dependencies are defined in ` third-party/requirements.txt `
41
+ > and can be installed, for example: ` pip install -r third_party/requirements.txt ` .
42
+
40
43
For building tests and multithreaded benchmarks:
41
44
42
45
- C++ compiler with C++17 support
Original file line number Diff line number Diff line change 1
1
# Python requirements modules
2
2
# Formatting the source code
3
- bandit == 1.8.6
4
3
black == 24.3.0
5
4
clang-format == 15.0.7
6
5
cmake-format == 0.6.13
6
+ # Linting the source code
7
+ bandit == 1.8.6
7
8
# Tests
8
9
packaging == 25.0
9
10
# Generating HTML documentation
You can’t perform that action at this time.
0 commit comments