diff --git a/machine-learning/malaria-classification/requirements.txt b/machine-learning/malaria-classification/requirements.txt index a27d0356..4fe53f31 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 +pyasn1>=0.6.2 # not directly required, pinned by Snyk to avoid a vulnerability +wheel>=0.46.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file