numenta / nupic.research

Experimental algorithms. Unsupported.
https://nupicresearch.readthedocs.io
GNU Affero General Public License v3.0
104 stars 60 forks source link

RES-2500: Move nupic.research.frameworks.dynamic_sparse to packages #588

Closed lscheinkman closed 2 years ago

lscheinkman commented 2 years ago

This PR moves the dynamic_sparse framework into a separate optional installable package for nupic.research but keeps it installed in the default conda environment (environment.yml) as it is commonly used framework by one of the active projects (transformers).

After this PR is merged, those using the default conda environment and dynamic_sparse must call conda env update or pip install -e packages/dynamic_sparse to install the framework