diff --git a/.github/workflows/init-python.yml b/.github/workflows/init-python.yml index bb30c44..e88e6f1 100644 --- a/.github/workflows/init-python.yml +++ b/.github/workflows/init-python.yml @@ -29,7 +29,16 @@ jobs: - name: Python Embeddable Setup Dependencies run: | - .\Python\Python.exe -m pip install polars + .\Python\Python.exe -m pip install \ + pandas \ + numpy \ + matplotlib \ + seaborn \ + scikit-learn \ + openpyxl \ + xlrd \ + ipykernel \ + jupyterlab - name: Compress Python run: Compress-Archive -Path .\Python\* -DestinationPath .\Python_Embeddable.zip @@ -44,7 +53,7 @@ jobs: - **Python Version**: 3.13.7 - **Package Manager**: pip - - **Added Package**: - + - **Added Package**: pandas, numpy, matplotlib, seaborn, scikit-learn, openpyxl, xlrd, ipykernel, jupyterlab - **Build Date**: ${{ github.event.head_commit.timestamp }} - **Commit**: ${{ github.sha }}