Skip to content

Commit 832c607

Browse files
julienvalentincopybara-github
authored andcommitted
Updated packages to use in Colab demos after uploading new pip package
PiperOrigin-RevId: 312550358
1 parent e52f1c7 commit 832c607

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

tensorflow_graphics/notebooks/6dof_alignment.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
},
9595
"outputs": [],
9696
"source": [
97-
"!pip install https://github.com/tensorflow/graphics/archive/master.zip"
97+
"!pip install tensorflow_graphics"
9898
]
9999
},
100100
{

tensorflow_graphics/notebooks/matting.ipynb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,7 @@
9696
},
9797
"outputs": [],
9898
"source": [
99-
"#!pip install tensorflow_graphics\n",
100-
"!git clone https://github.com/tensorflow/graphics.git\n",
101-
"!mv graphics/tensorflow_graphics tensorflow_graphics\n",
102-
"!rm -rf graphics"
99+
"!pip install tensorflow_graphics",
103100
]
104101
},
105102
{

0 commit comments

Comments
 (0)