Installation ============ Required dependencies --------------------- - Python 3.10 or later - `Dask `_ - `NumPy `_ - `Scipy `_ Additionally, if you plan to use :func:`pyscenarios.sobol`, installing `Numba `_ will greatly speed up the calculation. Installing with conda --------------------- .. code-block:: bash conda install -c conda-forge pyscenarios conda install -c conda-forge pyscenarios numba Installing with pip ------------------- .. code-block:: bash pip install pyscenarios pip install pyscenarios[numba] pip install pyscenarios[all] .. _mindeps_policy: Minimum dependency versions --------------------------- This project adopts a rolling policy based on `SPEC 0 `_ regarding the minimum supported version of its dependencies. You can see the actual minimum tested versions in `pyproject.toml `_.