From baf559fb9622b8441106cb7a91f139ff7597e607 Mon Sep 17 00:00:00 2001 From: Fanwang Meng Date: Wed, 30 Oct 2024 21:54:51 -0400 Subject: [PATCH] Add missing dependencies in pypi_release.yaml --- .github/workflows/pypi_release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/pypi_release.yaml b/.github/workflows/pypi_release.yaml index 6363a60..c4c0e1c 100644 --- a/.github/workflows/pypi_release.yaml +++ b/.github/workflows/pypi_release.yaml @@ -46,6 +46,11 @@ jobs: if: runner.os == 'Windows' run: choco install make mingw + - name: Install build dependencies (All) + run: | + # TODO: use requirements.txt later + python -m pip install numpy>=1.13 scipy>=1.0.0 + python -m pip install --upgrade pip setuptools wheel # Compile C++ code - name: Compile C++ code run: make