Skip to content

Commit

Permalink
force upgrade protobuf, closes dmarx#126 and dmarx#124
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarx authored Apr 3, 2023
1 parent 7b041f2 commit 60a7b16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Video_Killed_The_Radio_Star_Defusion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,10 @@
"!sudo apt -qq install git-lfs\n",
"!git config --global credential.helper store\n",
"\n",
"!pip install panel prefetch_generator"
"!pip install panel prefetch_generator\n",
"\n",
"!pip uninstall -y protobuf\n",
"!pip install protobuf==4.22.1"
]
},
{
Expand Down

0 comments on commit 60a7b16

Please sign in to comment.