Edit linux dependencies
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Argiris Deligiannidis 2024-02-02 13:15:38 +02:00
parent 75e3ecae80
commit 6496dcb432
2 changed files with 3 additions and 3 deletions

View File

@ -17,10 +17,10 @@ steps:
- 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
- python -m venv --system-site-packages venv
- source venv/bin/activate
- pip3 config --user set global.progress_bar off
- pip3 install --prefer-binary -r requirements.txt
- pip3 install --prefer-binary --ignore-installed -r requirements.txt
- pyinstaller --onefile --name matomo-csv-util.bin --hidden-import=tkinter -y --distpath /drone/src/out/ /drone/src/main.py
- deactivate
- cp -v out/matomo-csv-util.bin dist/

View File

@ -1,5 +1,5 @@
altgraph==0.17.4
numpy==1.26.3
numpy==1.25.2
packaging==23.2
pandas==2.0.3
pefile==2023.2.7