Skip to content

Commit 7cb3c37

Browse files
jesseengelMagenta Team
authored andcommitted
Pin TimbreTransfer hmmlearn dependency. Fixes #471.
PiperOrigin-RevId: 478704033
1 parent e2f3af4 commit 7cb3c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ddsp/colab/demos/timbre_transfer.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"\n",
9090
"#@markdown Install ddsp, define some helper functions, and download the model. This transfers a lot of data and _should take a minute or two_.\n",
9191
"print('Installing from pip package...')\n",
92-
"!pip install -qU ddsp==1.6.5\n",
92+
"!pip install -qU ddsp==1.6.5 \"hmmlearn<=0.2.7\"\n",
9393
"\n",
9494
"# Ignore a bunch of deprecation warnings\n",
9595
"import warnings\n",

0 commit comments

Comments
 (0)