Skip to content

Commit af73645

Browse files
jesseengelMagenta Team
authored andcommitted
Fix Train_VST.ipynb DDSP install (update to latest version).
PiperOrigin-RevId: 527723100
1 parent 7489e8b commit af73645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ddsp/colab/demos/Train_VST.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@
367367
" print('Installing DDSP...')\n",
368368
" print('This should take about 2 minutes...')\n",
369369
" !sudo apt-get install libportaudio2 \u0026\u003e /dev/null\n",
370-
" !pip install -U ddsp[data_preparation]==3.4.3 \u0026\u003e /dev/null\n",
370+
" !pip install -U ddsp[data_preparation]==3.5.1 \u0026\u003e /dev/null\n",
371371
"\n",
372372
" # ------------------------------------------------------------------------------\n",
373373
" # Import DDSP\n",

0 commit comments

Comments
 (0)