From 75e3ecae8098d0c39e3d5e5d0bfbda23b0f26045 Mon Sep 17 00:00:00 2001 From: Argiris Deligiannidis Date: Fri, 2 Feb 2024 13:08:01 +0200 Subject: [PATCH] add alpine pandas, edit dependencies --- .drone.yml | 2 +- requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1497a47..5fc9fe3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: - mkdir -p /drone/src/out/ - mkdir -p /drone/src/dist/ # add dependancies - - apk add --update python3 py3-pip python3-dev gfortran build-base py3-numpy python3-tkinter libgfortran libquadmath libgcc gnutls + - apk add --update python3 py3-pip python3-dev gfortran build-base py3-numpy py3-pandas python3-tkinter libgfortran libquadmath libgcc gnutls # linux build - cd /drone/src/ - python -m venv venv diff --git a/requirements.txt b/requirements.txt index a73a64f..1e02605 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,7 @@ altgraph==0.17.4 numpy==1.26.3 packaging==23.2 -pandas==2.2.0; platform_system == "Linux" -pandas==2.0.3; platform_system == "Windows" +pandas==2.0.3 pefile==2023.2.7 pyinstaller==6.3.0 pyinstaller-hooks-contrib==2024.0