From 4b06e829d528b884b1da94a5a263b50f58df985f Mon Sep 17 00:00:00 2001 From: Horilla <131998600+horilla-opensource@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:46:27 +0000 Subject: [PATCH] Update requirements.txt Remove versions from numpy and pandas packages due to the inconsistencies occurring during the installation in some ubuntu systems. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 76e5025c8..4c2346f57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,10 +26,10 @@ Jinja2==3.1.2 jsonfield==3.1.0 lxml==4.9.3 MarkupSafe==2.1.3 -numpy==1.26.2 +numpy openpyxl==3.1.2 oscrypto==1.3.0 -pandas==2.1.3 +pandas Pillow==10.1.0 pycairo==1.25.1 pycparser==2.21