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 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