Skip to content

Commit

Permalink
chore: adding the installation helper in lib/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonShin committed Dec 28, 2018
1 parent ed03a14 commit 1061bdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import { installTF } from './utils/deps';
installTF();

import * as cluster from './cluster';
import * as datasets from './datasets';
import * as decomposition from './decomposition';
Expand All @@ -11,9 +14,6 @@ import * as preprocessing from './preprocessing';
import * as svm from './svm';
import * as tree from './tree';

// Calling tfjs-node
import '@tensorflow/tfjs-node';

// prettier-ignore
export {
cluster,
Expand Down

0 comments on commit 1061bdf

Please sign in to comment.