Skip to content

Commit

Permalink
release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dickreuter committed Jan 8, 2024
1 parent c2ff772 commit eb1a433
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
mkdir dist\main\pics
mkdir dist\main\log\screenshots
mkdir dist\main\decisionmaker
copy poker\icon.ico dist\main
copy poker\config_default.ini dist\main\config.ini
xcopy poker\icon.ico dist\main
xcopy poker\config_default.ini dist\main\config.ini
xcopy poker\vboxapi dist\main\vboxapi\ /E
- name: Install NSIS
Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
pandas==2.0.3
pytest
pytest==7.3.1
pylint
pydocstyle
numpy
numpy==1.23.5
matplotlib==3.7.2
scipy
opencv-python==4.8.0.76
pillow
pyinstaller==5.13.0
pymongo
pymongo==4.3.3
pyqt6
pytesseract
pytesseract==0.3.10
virtualbox
pyyaml
requests
jupyter
xlib
xlrd
lmfit
openpyxl
numexpr
fastapi
lmfit==1.2.0
openpyxl==3.1.2
numexpr==2.8.4
fastapi==0.101.1
tensorflow==2.12.0
tqdm
seaborn
seaborn==0.12.2
PyJWT==1.7.0
flask_jwt_extended
fastapi_auth
uvicorn
uvicorn==0.23.2
tesserocr

0 comments on commit eb1a433

Please sign in to comment.