From 480eb1365d3da0ec81de6459e51c73b0ac289aa1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:04:53 +0000 Subject: [PATCH 1/2] Initial plan From cf7afeed21e13ac2a1f0c2a21c70e79eda42bbf2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:06:36 +0000 Subject: [PATCH 2/2] Update workflow to install curated data-analysis packages Co-authored-by: toyfer <15968477+toyfer@users.noreply.github.com> --- .github/workflows/init-python.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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 }}