diff --git a/machine-learning/stock-prediction/requirements.txt b/machine-learning/stock-prediction/requirements.txt index 1a786772..5d58c543 100644 --- a/machine-learning/stock-prediction/requirements.txt +++ b/machine-learning/stock-prediction/requirements.txt @@ -3,4 +3,5 @@ tensorflow matplotlib numpy pandas -yahoo_fin \ No newline at end of file +yahoo_fin +keras>=3.13.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file