Skip to content

Commit

Permalink
Update tfjs to 1.7.1. (#2980)
Browse files Browse the repository at this point in the history
  • Loading branch information
lina128 authored Mar 27, 2020
1 parent 3b854dc commit c5f24ee
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 21 deletions.
10 changes: 5 additions & 5 deletions tfjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs",
"version": "0.0.0",
"version": "1.7.1",
"description": "An open-source machine learning framework.",
"private": false,
"main": "dist/index",
Expand Down Expand Up @@ -71,9 +71,9 @@
"test-ci": "./scripts/test-ci.sh"
},
"dependencies": {
"@tensorflow/tfjs-converter": "link:../tfjs-converter",
"@tensorflow/tfjs-core": "link:../tfjs-core",
"@tensorflow/tfjs-data": "link:../tfjs-data",
"@tensorflow/tfjs-layers": "link:../tfjs-layers"
"@tensorflow/tfjs-converter": "1.7.1",
"@tensorflow/tfjs-core": "1.7.1",
"@tensorflow/tfjs-data": "1.7.1",
"@tensorflow/tfjs-layers": "1.7.1"
}
}
2 changes: 1 addition & 1 deletion tfjs/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '0.0.0';
const version = '1.7.1';
export {version};
44 changes: 29 additions & 15 deletions tfjs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,35 @@
# yarn lockfile v1


"@tensorflow/tfjs-converter@link:../tfjs-converter":
version "0.0.0"
uid ""

"@tensorflow/tfjs-core@link:../tfjs-core":
version "0.0.0"
uid ""

"@tensorflow/tfjs-data@link:../tfjs-data":
version "0.0.0"
uid ""

"@tensorflow/tfjs-layers@link:../tfjs-layers":
version "0.0.0"
uid ""
"@tensorflow/tfjs-converter@1.7.1":
version "1.7.1"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-1.7.1.tgz#b96abbb1b38e96088709386cc21f4902809cabbf"
integrity sha512-CTQmTWAM+VqjxX1Qw9RhVrl32e1ITH2oVuWs/KgxXyyGNE9BLFQxFJhxQz/BPbxHFoIqZUK8RZiFrQudabx/lw==

"@tensorflow/tfjs-core@1.7.1":
version "1.7.1"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.7.1.tgz#145c3c70de0e0aef11ff7e9cadf7b3fa81ce13e2"
integrity sha512-aMbvvhgBFLGsV1uBFPlPvuv6OAjA8BzjyLDWHoss5Tgaj6S6PPt8xE5ea8+cUKqz5qNVGYmj03qR5S7SmJ3qnw==
dependencies:
"@types/offscreencanvas" "~2019.3.0"
"@types/seedrandom" "2.4.27"
"@types/webgl-ext" "0.0.30"
"@types/webgl2" "0.0.4"
node-fetch "~2.1.2"
seedrandom "2.4.3"

"@tensorflow/tfjs-data@1.7.1":
version "1.7.1"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-data/-/tfjs-data-1.7.1.tgz#bf8371955f14ce201c070f1af235a63f5bb2748e"
integrity sha512-+JR6ROYmtdXGTcY9g+uf1fqxhDuu8Hu5SEc3W0hO/FADfYyNYHLgcBl2J7LYO3D9pyiMxsLNUsI7wNpUbnMjtA==
dependencies:
"@types/node-fetch" "^2.1.2"
node-fetch "~2.1.2"

"@tensorflow/tfjs-layers@1.7.1":
version "1.7.1"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-1.7.1.tgz#27c427a5c8901da0658bd032ebcb74c147ee5c71"
integrity sha512-yFhOZGe5TWy6PSHhKgjRt+LJBHWw468q6gNkauBYVS3NvfAGaMv2mTk5vvwX+0QNTwjXNwOovZM0Y9AvATjPOw==

"@types/estree@0.0.38":
version "0.0.38"
Expand Down

0 comments on commit c5f24ee

Please sign in to comment.