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:
3737- cmake-format-0.6 (can be installed with ` python -m pip install cmake-format==0.6.13 ` )
3838- black (can be installed with ` python -m pip install black==24.3.0 ` )
3939
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+
4043For building tests and multithreaded benchmarks:
4144
4245- C++ compiler with C++17 support
Original file line number Diff line number Diff line change 11# Python requirements modules
22# Formatting the source code
3- bandit == 1.8.6
43black == 24.3.0
54clang-format == 15.0.7
65cmake-format == 0.6.13
6+ # Linting the source code
7+ bandit == 1.8.6
78# Tests
89packaging == 25.0
910# Generating HTML documentation
You can’t perform that action at this time.
0 commit comments