- scipy
- quadprog
- matplotlib
- pycddlib
- cvxpy
After cloning the repository, initialise the submodules, build and install the library
git submodule update --init
mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_POLICY_VERSION_MINIMUM=3.5
make
make install