diff --git a/backend/oasst_backend/utils/topic_model_requirments.txt b/backend/oasst_backend/utils/topic_model_requirments.txt index 4941d144ad..024b76d807 100644 --- a/backend/oasst_backend/utils/topic_model_requirments.txt +++ b/backend/oasst_backend/utils/topic_model_requirments.txt @@ -2,3 +2,5 @@ pandas sentence-transformers bertopic scipy +torch>=2.9.0 # not directly required, pinned by Snyk to avoid a vulnerability +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability