Skip to content

Commit

Permalink
Update tfjs to 2.0.0. (#3328)
Browse files Browse the repository at this point in the history
  • Loading branch information
tafsiri authored May 27, 2020
1 parent 21ee5e3 commit 30b1b4d
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 26 deletions.
14 changes: 7 additions & 7 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": "2.0.0",
"description": "An open-source machine learning framework.",
"private": false,
"main": "dist/tf.node.js",
Expand Down Expand Up @@ -76,12 +76,12 @@
"test-ci": "./scripts/test-ci.sh"
},
"dependencies": {
"@tensorflow/tfjs-backend-cpu": "link:../tfjs-backend-cpu",
"@tensorflow/tfjs-backend-webgl": "link:../tfjs-backend-webgl",
"@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-backend-cpu": "2.0.0",
"@tensorflow/tfjs-backend-webgl": "2.0.0",
"@tensorflow/tfjs-converter": "2.0.0",
"@tensorflow/tfjs-core": "2.0.0",
"@tensorflow/tfjs-data": "2.0.0",
"@tensorflow/tfjs-layers": "2.0.0",
"core-js": "3",
"regenerator-runtime": "^0.13.5"
}
Expand Down
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 = '2.0.0';
export {version};
62 changes: 44 additions & 18 deletions tfjs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -784,29 +784,55 @@
estree-walker "^1.0.1"
micromatch "^4.0.2"

"@tensorflow/tfjs-backend-cpu@link:../tfjs-backend-cpu":
version "0.0.0"
uid ""
"@tensorflow/tfjs-backend-cpu@2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-2.0.0.tgz#26d3ed8a6d814e751adc22e6036e40ed8940b5ac"
integrity sha512-eYj8CBjL8v2gHaYdS7JN1swi9kQYOHenMYBkf4khhW83ViZwpPmISyYzun8fy2gBlv28Y7juMmXHSncSDWfI1Q==
dependencies:
"@types/seedrandom" "2.4.27"
seedrandom "2.4.3"

"@tensorflow/tfjs-backend-webgl@link:../tfjs-backend-webgl":
version "0.0.0"
uid ""
"@tensorflow/tfjs-backend-webgl@2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-webgl/-/tfjs-backend-webgl-2.0.0.tgz#8f53ca3598ff922ee6ad28daf0ccc8089981d105"
integrity sha512-Y76LYbq8Z0Nquh2Fk+ToxhbjmLxBGX7vBLeGXi1TwvWJOBgfqroFNk2R6vspaZNd4wKfUMM+CWayPFUHcLCsWg==
dependencies:
"@tensorflow/tfjs-backend-cpu" "2.0.0"
"@types/offscreencanvas" "~2019.3.0"
"@types/seedrandom" "2.4.27"
"@types/webgl-ext" "0.0.30"
"@types/webgl2" "0.0.4"
seedrandom "2.4.3"

"@tensorflow/tfjs-converter@link:../tfjs-converter":
version "0.0.0"
uid ""
"@tensorflow/tfjs-converter@2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-2.0.0.tgz#6242c618202f04d88fa308d68a2dfcdd81ec020c"
integrity sha512-IFjjx2qe7M2UwwYJvCm2+OgpC+kooCWEjC8mOOoFV/o+g9/Q0RMohRDvffiqUuYx5Usi/vbjhlUBccsy/MhE3g==

"@tensorflow/tfjs-core@link:../tfjs-core":
version "0.0.0"
uid ""
"@tensorflow/tfjs-core@2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-2.0.0.tgz#c18e963d0332255dc37d6ff58fa0076402ae00d0"
integrity sha512-GB02Lyjp7NLKbjCOW6S3Vx2CkkUwtJFt8fY7Zaoyy/ANB4Iw8eiHJV0308CClrFfjA+UKU3TrO+bOQfeCJaEUw==
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@link:../tfjs-data":
version "0.0.0"
uid ""
"@tensorflow/tfjs-data@2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-data/-/tfjs-data-2.0.0.tgz#1bc7ac2fea26f40fa0fc9f4c2225ea262dd9bc7c"
integrity sha512-anr2udw2FPsX7oZwEuHYk5iaJQlxIe8EmTePYCNb80o77rZ+0Yu7RoOIUipjrW5zIh6OdkjfvGvg0tdZ35jiIA==
dependencies:
"@types/node-fetch" "^2.1.2"
node-fetch "~2.1.2"

"@tensorflow/tfjs-layers@link:../tfjs-layers":
version "0.0.0"
uid ""
"@tensorflow/tfjs-layers@2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-2.0.0.tgz#cdd2aa013350d88091e2e840a298a272356cb4e3"
integrity sha512-3jcXVDVbHvkDOSXbvtOgxB1WfRc1asNKOrnNrSfsQhB590DkCUH0QzKSInCe3GyoFhbUZhUwIDz0aFW+GdGgeQ==

"@types/color-name@^1.1.1":
version "1.1.1"
Expand Down

0 comments on commit 30b1b4d

Please sign in to comment.