Skip to content

Commit 83ec1bf

Browse files
authored
Merge pull request #615 from assaf758/fix.stocks.prediction
add mlun[complete] to to pip install - helping pip find the correct versions to install
2 parents 9d21d6c + 72c8359 commit 83ec1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: stocks-prediction/01_ingest_news.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
],
5858
"source": [
5959
"# install packages prerequisites and restart notebook\n",
60-
"%pip install yfinance yahoo_fin transformers==4.11.3 tensorflow~=2.9.0"
60+
"%pip install yfinance yahoo_fin transformers==4.11.3 tensorflow~=2.9.0 mlrun[complete]",
6161
]
6262
},
6363
{

0 commit comments

Comments
 (0)