Skip to content

Commit

Permalink
Merge pull request #615 from assaf758/fix.stocks.prediction
Browse files Browse the repository at this point in the history
add mlun[complete] to to pip install - helping pip find the correct versions to install
  • Loading branch information
aviaIguazio authored Oct 27, 2024
2 parents 9d21d6c + 72c8359 commit 83ec1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stocks-prediction/01_ingest_news.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
],
"source": [
"# install packages prerequisites and restart notebook\n",
"%pip install yfinance yahoo_fin transformers==4.11.3 tensorflow~=2.9.0"
"%pip install yfinance yahoo_fin transformers==4.11.3 tensorflow~=2.9.0 mlrun[complete]",
]
},
{
Expand Down

0 comments on commit 83ec1bf

Please sign in to comment.