composablesys/collabs

Isolate tensorflow dependency

mweidner037 opened this issue · 1 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