From 8056d4e231ccf690aaad33118a2136ee3c1e989c Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Fri, 14 Aug 2026 08:48:16 +0100 Subject: [PATCH] Drop arrow support from the EXE because the dependencies are too large --- .github/workflows/build-pyinstaller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-pyinstaller.yml b/.github/workflows/build-pyinstaller.yml index a667eed03..7d9d86fb0 100644 --- a/.github/workflows/build-pyinstaller.yml +++ b/.github/workflows/build-pyinstaller.yml @@ -28,7 +28,7 @@ jobs: run: | python -m pip install --upgrade pip pip install pyinstaller - pip install -e .[full,cloud,arrow] + pip install -e .[full,cloud] - name: Pyinstall executable run: |