From ce37e2156fd0dec26b420cb0336d1933607e3540 Mon Sep 17 00:00:00 2001 From: Paige Rubendall Date: Mon, 5 Feb 2024 13:34:03 -0500 Subject: [PATCH 1/2] updating to install requirements for each python version Signed-off-by: Paige Rubendall --- .github/workflows/pylint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 9ded563..383186f 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -18,6 +18,8 @@ jobs: run: | python -m pip install --upgrade pip pip install pylint + pip install -r requirements.txt + pip install . - name: Analysing the code with pylint run: | pylint -d C0103 $(git ls-files '*.py') \ No newline at end of file From 6d5b55893a8cd4a31021cdf6545dcacc521eec3e Mon Sep 17 00:00:00 2001 From: Paige Rubendall Date: Mon, 5 Feb 2024 14:43:30 -0500 Subject: [PATCH 2/2] taking off specific req for numpy and pandas Signed-off-by: Paige Rubendall --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 218fe88..ae2e724 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,8 @@ elastic-transport==8.11.0 elasticsearch==8.11.1 elasticsearch7==7.13.0 fmatch==0.0.4 -numpy==1.26.3 -pandas==2.1.4 +numpy +pandas python-dateutil==2.8.2 pytz==2023.3.post1 PyYAML==6.0.1