Skip to content

Commit

Permalink
release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dickreuter committed Jan 16, 2024
1 parent 461ebaa commit 63f64be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release win.yml
@@ -1,7 +1,6 @@
name: Binary Release Windows

on:
workflow_dispatch:
on: [push]

jobs:
build:
Expand Down Expand Up @@ -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
Expand Down
8 changes: 2 additions & 6 deletions requirements_win.txt
Expand Up @@ -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
Expand Down

0 comments on commit 63f64be

Please sign in to comment.