composablesys / collabs

Collabs library monorepo

Home Page:https://collabs.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Isolate tensorflow dependency

mweidner037 opened this issue · comments

tensorflow-js is only used by one demo (demos/types/tensor-average) and greatly increases the install size.

We should deprecate the demo or isolate its dependencies from the main package.json, to speed up install.

Fixed in #237