Skip to content

Commit f6d9043

Browse files
committed
unpin NumPy in coverage and OS compiler CI
1 parent de8c3ee commit f6d9043

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/generate-coverage.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ jobs:
9191
- name: Install dpctl dependencies
9292
shell: bash -l {0}
9393
run: |
94-
# TODO: unpin numpy when numpy#29167 resolved
95-
pip install numpy"<2.3.0" cython setuptools"<80" pytest pytest-cov scikit-build cmake coverage[toml] versioneer[toml]==0.29
94+
pip install numpy cython setuptools"<80" pytest pytest-cov scikit-build cmake coverage[toml] versioneer[toml]==0.29
9695
9796
- name: Build dpctl with coverage
9897
shell: bash -l {0}

.github/workflows/os-llvm-sycl-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ jobs:
107107
- name: Install dpctl dependencies
108108
shell: bash -l {0}
109109
run: |
110-
# TODO: unpin numpy when numpy#29167 resolved
111-
pip install numpy"<2.3.0" cython setuptools"<80" pytest scikit-build cmake ninja versioneer[toml]==0.29
110+
pip install numpy cython setuptools"<80" pytest scikit-build cmake ninja versioneer[toml]==0.29
112111
113112
- name: Checkout repo
114113
uses: actions/checkout@v4.2.2

0 commit comments

Comments
 (0)