File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3535 if [[ "${{ matrix.numpy-version }}" == "dev" ]]; then
3636 python -m pip install --pre --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy;
3737 else
38- python -m pip install 'numpy== ${{ matrix.numpy-version }}';
38+ python -m pip install 'numpy>= ${{ matrix.numpy-version }},<${{ matrix.numpy-version }}.99 ';
3939 fi
4040 python -m pip install ${GITHUB_WORKSPACE}/array-api-strict
4141 python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt
Original file line number Diff line number Diff line change 1919 if [[ "${{ matrix.numpy-version }}" == "dev" ]]; then
2020 python -m pip install --pre --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy;
2121 else
22- python -m pip install 'numpy== ${{ matrix.numpy-version }}';
22+ python -m pip install 'numpy>= ${{ matrix.numpy-version }},<${{ matrix.numpy-version }}.99 ';
2323 fi
2424 python -m pip install -r requirements-dev.txt
2525 - name : Run Tests
You can’t perform that action at this time.
0 commit comments