From 63f64beab0b2b3e8911ae137ddc8725b8713e85d Mon Sep 17 00:00:00 2001 From: Nicolas Dickreuter Date: Mon, 15 Jan 2024 19:10:08 +0000 Subject: [PATCH] release changes --- .github/workflows/release win.yml | 5 ++--- requirements_win.txt | 8 ++------ 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release win.yml b/.github/workflows/release win.yml index 20de7d07..48054e7a 100644 --- a/.github/workflows/release win.yml +++ b/.github/workflows/release win.yml @@ -1,7 +1,6 @@ name: Binary Release Windows -on: - workflow_dispatch: +on: [push] jobs: build: @@ -41,7 +40,7 @@ jobs: xcopy icon.ico dist\main\poker.ico* /Y xcopy config_default.ini dist\main\config.ini* /Y xcopy vboxapi dist\main\vboxapi\ /E - + - name: Install NSIS run: | choco install nsis diff --git a/requirements_win.txt b/requirements_win.txt index 7b0e8463..c5094205 100644 --- a/requirements_win.txt +++ b/requirements_win.txt @@ -3,28 +3,24 @@ h5py==3.8.0 keras==2.12.0 lmfit==1.2.0 matplotlib==3.7.2 -notebook==6.5.4 numexpr==2.8.4 numpy==1.23.5 opencv-python==4.8.0.76 openpyxl==3.1.2 pandas==2.0.3 Pillow==9.5.0 -pycparser==2.21 pydocstyle==6.3.0 -pyinstaller==5.13.0 +pyinstaller==5.13.2 pylint==2.17.2 pymongo==4.3.3 -PyQt5==5.15.9 PyQt6==6.5.2 +PyQt6-Qt6==6.5.2 pytesseract==0.3.10 pytest==7.3.1 PyYAML==6.0 -QtPy==2.3.1 requests==2.28.2 scipy==1.10.1 seaborn==0.12.2 -Sphinx==7.2.5 tensorboard==2.12.2 tensorflow==2.12.0 tesserocr