Installation#

Consider using our environment.yml file to install the recommended dependencies:

conda env create -f environment.yml

Then install nomopy:

pip install nomopy

Dependencies#

  • numpy

  • scipy

  • sklearn

  • autograd

  • joblib

  • numba (for fast execution)

  • matplotlib (for plotting)