============================= Installation and Dependencies ============================= Installation ------------ :code:`UQit` can be found on `PyPI`, see `here `_. To install :code:`UQit`: .. code-block:: pip install UQit The source code is found at this `GitHub repository `_. Documentation ------------- The `html` documentation is found at this `GitHub page `_. Dependencies ------------ * Required: - `numpy `_ - `scipy `_ - `matplotlib `_ * Optional: - `cvxpy `_ (for compressed sensing in PCE) - `GPyTorch `_ (for GPR) - `PyTorch `_ (for GPR)