From 3b5a15c7a9e7129a84f7dd8d1dfb32fe997d93ff Mon Sep 17 00:00:00 2001 From: SirMDA Date: Tue, 3 Dec 2024 20:01:03 +0100 Subject: [PATCH] modified requirements.txt with pyopenssl version --- code/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/requirements.txt b/code/requirements.txt index 55de87f0..cbe57476 100644 --- a/code/requirements.txt +++ b/code/requirements.txt @@ -16,4 +16,5 @@ numpy==1.23.5 ultralytics==8.1.11 scikit-learn>=0.18 pandas==2.0.3 -debugpy==1.8.7 \ No newline at end of file +debugpy==1.8.7 +pyopenssl==24.3.0 \ No newline at end of file