Installation ************ Consider using our `environment.yml` file to install the recommended dependencies: .. code-block:: console conda env create -f environment.yml Then install `nomopy`: .. code-block:: console pip install nomopy Dependencies ============ * numpy * scipy * sklearn * autograd * joblib * numba (for fast execution) * matplotlib (for plotting)