bump tfjs-core version to 0.14.2 and tfjs-image-recognition-base version
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | ... | @@ -35,15 +35,15 @@ |
| "author": "justadudewhohacks", | ||
| "license": "MIT", | ||
| "dependencies": { | ||
| "@tensorflow/tfjs-core": "0.13.8", | ||
| "tfjs-image-recognition-base": "0.2.0", | ||
| "tfjs-tiny-yolov2": "0.3.0", | ||
| "@tensorflow/tfjs-core": "0.14.2", | ||
| "tfjs-image-recognition-base": "^0.3.0", | ||
| "tfjs-tiny-yolov2": "^0.4.0", | ||
| "tslib": "^1.9.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@tensorflow/tfjs-node": "^0.1.19", | ||
| "@tensorflow/tfjs-node": "^0.1.21", | ||
| "@types/jasmine": "^2.8.8", | ||
| "@types/node": "^10.9.2", | ||
| "@types/node": "^10.12.12", | ||
| "canvas": "^2.0.1", | ||
| "jasmine": "^3.3.0", | ||
| "jasmine-core": "^3.2.1", | ||
| ... | ... |
Please
register
or
sign in
to comment