File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9191 - name : Install dpctl dependencies
9292 shell : bash -l {0}
9393 run : |
94- pip install numpy cython setuptools"<80" pytest pytest-cov scikit-build cmake coverage[toml] versioneer[toml]==0.29
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
9596
9697 - name : Build dpctl with coverage
9798 shell : bash -l {0}
Original file line number Diff line number Diff line change @@ -107,7 +107,8 @@ jobs:
107107 - name : Install dpctl dependencies
108108 shell : bash -l {0}
109109 run : |
110- pip install numpy cython setuptools"<80" pytest scikit-build cmake ninja versioneer[toml]==0.29
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
111112
112113 - name : Checkout repo
113114 uses : actions/checkout@v4.2.2
You can’t perform that action at this time.
0 commit comments