diff --git a/machine-learning/malaria-classification/requirements.txt b/machine-learning/malaria-classification/requirements.txt index a27d0356..be6492fe 100644 --- a/machine-learning/malaria-classification/requirements.txt +++ b/machine-learning/malaria-classification/requirements.txt @@ -2,4 +2,6 @@ tensorflow sklearn numpy matplotlib -opencv-python \ No newline at end of file +opencv-python +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability +werkzeug>=3.1.5 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file