From 1f0ecf5046b3ca292f7f4e1e5658aadc1505e7d0 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Mon, 12 Jan 2026 12:47:22 +0100 Subject: [PATCH 1/2] chore: Remove numpy hack fo build executable on macos --- .github/workflows/make_release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml index 3236b49c8..d8304e51e 100644 --- a/.github/workflows/make_release.yml +++ b/.github/workflows/make_release.yml @@ -46,11 +46,6 @@ jobs: - name: Install PartSeg run: python -m pip install --editable ".[pyinstaller]" --constraint requirements/constraints_py3.12.txt - - name: compile numpy on macos-14 - if: ${{ matrix.os == 'macos-14' }} - run: | - python -m pip install --no-binary numpy numpy --force-reinstall --constraint requirements/constraints_py3.12.txt - - name: Build PartSeg bundle run: python build_utils/create_and_pack_executable.py From ea7bc75ecab02aacf5b59060c77d773ab478f06a Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Mon, 12 Jan 2026 17:44:02 +0100 Subject: [PATCH 2/2] proper numpy in spellcheck --- .github/project_dict.pws | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/project_dict.pws b/.github/project_dict.pws index b0086066e..110837d5d 100644 --- a/.github/project_dict.pws +++ b/.github/project_dict.pws @@ -7,7 +7,7 @@ yml ci pre macOS -numpy +NumPy pre bool changelog