Skip to content

Commit

Permalink
{BugFix} AEA - Google Colab - update projectaria-tools version
Browse files Browse the repository at this point in the history
Summary: Update projectaria_tools version to use the projectaria-tools 1.3.3 release

Reviewed By: nickcharron

Differential Revision: D53870215

fbshipit-source-id: 4154de5cd7a041634d91eab6b0fe2bd30ee43045
  • Loading branch information
SeaOtocinclus authored and facebook-github-bot committed Feb 16, 2024
1 parent 5bd15f6 commit 4aee633
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"google_colab_env = 'google.colab' in str(get_ipython())\n",
"if google_colab_env:\n",
" print(\"Running from Google Colab, installing projectaria_tools and getting sample data\")\n",
" !pip install projectaria-tools==1.3.3rc1"
" !pip install projectaria-tools>=1.3.3"
]
},
{
Expand Down

0 comments on commit 4aee633

Please sign in to comment.