Skip to content

Commit 6518c37

Browse files
committed
Pin numpy build dependency
1 parent 79dcbf5 commit 6518c37

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/build-wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
version: ${{ env.POETRY_VERSION }}
7575

7676
- name: Install build dependencies
77-
run: python -m pip install --upgrade pip setuptools wheel msgspec
77+
run: python -m pip install --upgrade pip setuptools wheel numpy==1.26.4 msgspec
7878

7979
- name: Set poetry cache-dir
8080
run: echo "POETRY_CACHE_DIR=$(poetry config cache-dir)" >> $GITHUB_ENV

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
version: ${{ env.POETRY_VERSION }}
9696

9797
- name: Install build dependencies
98-
run: python -m pip install --upgrade pip setuptools wheel pre-commit msgspec
98+
run: python -m pip install --upgrade pip setuptools wheel pre-commit numpy==1.26.4 msgspec
9999

100100
- name: Install TA-Lib (Linux)
101101
run: |
@@ -201,7 +201,7 @@ jobs:
201201
version: ${{ env.POETRY_VERSION }}
202202

203203
- name: Install build dependencies
204-
run: python -m pip install --upgrade pip setuptools wheel pre-commit msgspec
204+
run: python -m pip install --upgrade pip setuptools wheel pre-commit numpy==1.26.4 msgspec
205205

206206
- name: Setup cached pre-commit
207207
id: cached-pre-commit
@@ -291,7 +291,7 @@ jobs:
291291
version: ${{ env.POETRY_VERSION }}
292292

293293
- name: Install build dependencies
294-
run: python -m pip install --upgrade pip setuptools wheel pre-commit msgspec
294+
run: python -m pip install --upgrade pip setuptools wheel pre-commit numpy==1.26.4 msgspec
295295

296296
- name: Setup cached pre-commit
297297
id: cached-pre-commit

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
version: ${{ env.POETRY_VERSION }}
8383

8484
- name: Install build dependencies
85-
run: python -m pip install --upgrade pip setuptools wheel pre-commit msgspec
85+
run: python -m pip install --upgrade pip setuptools wheel pre-commit numpy==1.26.4 msgspec
8686

8787
- name: Install TA-Lib (Linux)
8888
run: |

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
version: ${{ env.POETRY_VERSION }}
8686

8787
- name: Install build dependencies
88-
run: python -m pip install --upgrade pip setuptools wheel pre-commit msgspec
88+
run: python -m pip install --upgrade pip setuptools wheel pre-commit numpy==1.26.4 msgspec
8989

9090
- name: Test pip installation
9191
run: pip install .
@@ -148,7 +148,7 @@ jobs:
148148
version: ${{ env.POETRY_VERSION }}
149149

150150
- name: Install build dependencies
151-
run: python -m pip install --upgrade pip setuptools wheel pre-commit msgspec
151+
run: python -m pip install --upgrade pip setuptools wheel pre-commit numpy==1.26.4 msgspec
152152

153153
- name: Set poetry cache-dir
154154
run: echo "POETRY_CACHE_DIR=$(poetry config cache-dir)" >> $GITHUB_ENV
@@ -242,7 +242,7 @@ jobs:
242242
version: ${{ env.POETRY_VERSION }}
243243

244244
- name: Install build dependencies
245-
run: python -m pip install --upgrade pip setuptools wheel pre-commit msgspec
245+
run: python -m pip install --upgrade pip setuptools wheel pre-commit numpy==1.26.4 msgspec
246246

247247
- name: Set poetry cache-dir
248248
run: echo "POETRY_CACHE_DIR=$(poetry config cache-dir)" >> $GITHUB_ENV
@@ -359,7 +359,7 @@ jobs:
359359
version: ${{ env.POETRY_VERSION }}
360360

361361
- name: Install build dependencies
362-
run: python -m pip install --upgrade pip setuptools wheel pre-commit msgspec
362+
run: python -m pip install --upgrade pip setuptools wheel pre-commit numpy==1.26.4 msgspec
363363

364364
- name: Set poetry cache-dir
365365
run: echo "POETRY_CACHE_DIR=$(poetry config cache-dir)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)