We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f4886 commit 434d630Copy full SHA for 434d630
.github/workflows/tests.yml
@@ -33,12 +33,8 @@ jobs:
33
python -m pip install pytest
34
35
# Don't `pip install .[dev]` as it would pull in the whole torch cuda stack
36
- python -m pip install array-api-strict dask[array] jax[cpu] sparse
+ python -m pip install array-api-strict dask[array] jax[cpu] sparse ndonnx
37
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
38
- if [ "${{ matrix.python-version }}" != "3.13" ]; then
39
- # onnx wheels are not available on Python 3.13 at the moment of writing
40
- python -m pip install ndonnx
41
- fi
42
43
if [ "${{ matrix.numpy-version }}" == "dev" ]; then
44
python -m pip install numpy --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
0 commit comments