From 454a1fed7abe806cfa74e5c35499fa6830a7f407 Mon Sep 17 00:00:00 2001 From: "Marios S. Kyriakou" Date: Wed, 17 Apr 2024 16:48:57 +0300 Subject: [PATCH] Update requirements.txt --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index c08a4bf..b11249e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -numpy -matplotlib -pandas -xlsxwriter +numpy>=1.24.4 +matplotlib>=3.7.5 +pandas>=2.0.3 +XlsxWriter>=3.2.0 setuptools \ No newline at end of file