numenta / nupic.research

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

RES-2498: Move nupic.research.frameworks.backprop_structure to packages #590

Closed lscheinkman closed 2 years ago

lscheinkman commented 2 years ago

This PR moves the backprop_structure 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 many active projects and other frameworks. The other framework dependencies will be updated once they are also covered to standalone packages.

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