This PR moves the greedy_infomax framework into a separate optional installable package for nupic.research but keeps it installed in the default conda environment (environment.yml) as it is used by at least one other active project. The other framework dependencies will be updated once they are also coverted to standalone packages.
After this PR is merged, those using the default conda environment and greedy_infomax must call conda env update or pip install -e packages/greedy_infomax to install the framework
This PR moves the
greedy_infomax
framework into a separate optional installable package fornupic.research
but keeps it installed in the defaultconda
environment (environment.yml
) as it is used by at least one other active project. The other framework dependencies will be updated once they are also coverted to standalone packages.After this PR is merged, those using the default
conda
environment andgreedy_infomax
must callconda env update
orpip install -e packages/greedy_infomax
to install the framework