Skip to content

Commit

Permalink
Update tfjs to 1.7.0. (#2861)
Browse files Browse the repository at this point in the history
INTERNAL
  • Loading branch information
annxingyuan committed Mar 10, 2020
1 parent 323839d commit 2e5fed2
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
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs",
"version": "1.6.1",
"version": "1.7.0",
"description": "An open-source machine learning framework.",
"private": false,
"main": "dist/index",
Expand Down Expand Up @@ -69,9 +69,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.0",
"@tensorflow/tfjs-core": "1.7.0",
"@tensorflow/tfjs-data": "1.7.0",
"@tensorflow/tfjs-layers": "1.7.0"
}
}
2 changes: 1 addition & 1 deletion tfjs/src/version.ts
@@ -1,5 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '1.6.1';
const version = '1.7.0';
export {version};
44 changes: 29 additions & 15 deletions tfjs/yarn.lock
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.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-1.7.0.tgz#4dcfeffa0bfa4e26e8b64e15a24a6683645945cc"
integrity sha512-cFXLDKVEjEtFv/C0wETXpIeJNa25chC6nvFm06dB/ShvrGYZpDsGlWVNiCu4v5/VtrSZEQPZ2QdkpTpURbvAqQ==

"@tensorflow/tfjs-core@1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.7.0.tgz#9207c8f2481c52a6a40135a6aaf21a9bb0339bdf"
integrity sha512-uwQdiklNjqBnHPeseOdG0sGxrI3+d6lybaKu2+ou3ajVeKdPEwpWbgqA6iHjq1iylnOGkgkbbnQ6r2lwkiIIHw==
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.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-data/-/tfjs-data-1.7.0.tgz#6b5f91e328d1fdd577bc67b1c800197f34ae3f91"
integrity sha512-i3pPpCTN76cVArzQ1vby+YFDcxC7APOTW2NGcHr3VxWf9ZCMgjJv/s2z71U8OHoCzw/lTXYue8/l4j4q+D3PMg==
dependencies:
"@types/node-fetch" "^2.1.2"
node-fetch "~2.1.2"

"@tensorflow/tfjs-layers@1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-1.7.0.tgz#7d1f7246ac3f6f23d0923b7d69d7a97a0890a35d"
integrity sha512-sRdzuPc2CeLSxctqXdLTckvitSBjsjL8H6MSrvrbOfPEckKdAeNpojB0ayM+76Pc3AsS0/AI6F1R2lT9qoH9/g==

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

0 comments on commit 2e5fed2

Please sign in to comment.