提交 31cc3975 authored 作者: Virgile Andreani's avatar Virgile Andreani 提交者: Ricardo Vieira

Remove numpy-version in the CI matrix

上级 03492d44
...@@ -65,7 +65,7 @@ jobs: ...@@ -65,7 +65,7 @@ jobs:
- uses: pre-commit/action@v3.0.1 - uses: pre-commit/action@v3.0.1
test: test:
name: "${{ matrix.os }} test py${{ matrix.python-version }} numpy${{ matrix.numpy-version }} : fast-compile ${{ matrix.fast-compile }} : float32 ${{ matrix.float32 }} : ${{ matrix.part }}" name: "${{ matrix.os }} test py${{ matrix.python-version }} : fast-compile ${{ matrix.fast-compile }} : float32 ${{ matrix.float32 }} : ${{ matrix.part }}"
needs: needs:
- changes - changes
- style - style
...@@ -76,7 +76,6 @@ jobs: ...@@ -76,7 +76,6 @@ jobs:
matrix: matrix:
os: ["ubuntu-latest"] os: ["ubuntu-latest"]
python-version: ["3.11", "3.13"] python-version: ["3.11", "3.13"]
numpy-version: ["~=1.26.0", ">=2.0"]
fast-compile: [0, 1] fast-compile: [0, 1]
float32: [0, 1] float32: [0, 1]
install-numba: [0] install-numba: [0]
...@@ -98,17 +97,10 @@ jobs: ...@@ -98,17 +97,10 @@ jobs:
float32: 1 float32: 1
- fast-compile: 1 - fast-compile: 1
float32: 1 float32: 1
- numpy-version: "~=1.26.0"
fast-compile: 1
- numpy-version: "~=1.26.0"
float32: 1
- numpy-version: "~=1.26.0"
python-version: "3.13"
include: include:
- os: "ubuntu-latest" - os: "ubuntu-latest"
part: "--doctest-modules pytensor --ignore=pytensor/misc/check_duplicate_key.py --ignore=pytensor/link --ignore=pytensor/ipython.py" part: "--doctest-modules pytensor --ignore=pytensor/misc/check_duplicate_key.py --ignore=pytensor/link --ignore=pytensor/ipython.py"
python-version: "3.12" python-version: "3.12"
numpy-version: ">=2.0"
fast-compile: 0 fast-compile: 0
float32: 0 float32: 0
install-numba: 0 install-numba: 0
...@@ -118,55 +110,47 @@ jobs: ...@@ -118,55 +110,47 @@ jobs:
- install-numba: 1 - install-numba: 1
os: "ubuntu-latest" os: "ubuntu-latest"
python-version: "3.11" python-version: "3.11"
numpy-version: "~=2.1.0"
fast-compile: 0 fast-compile: 0
float32: 0 float32: 0
part: "tests/link/numba --ignore=tests/link/numba/test_slinalg.py" part: "tests/link/numba --ignore=tests/link/numba/test_slinalg.py"
- install-numba: 1 - install-numba: 1
os: "ubuntu-latest" os: "ubuntu-latest"
python-version: "3.13" python-version: "3.13"
numpy-version: "~=2.1.0"
fast-compile: 0 fast-compile: 0
float32: 0 float32: 0
part: "tests/link/numba --ignore=tests/link/numba/test_slinalg.py" part: "tests/link/numba --ignore=tests/link/numba/test_slinalg.py"
- install-numba: 1 - install-numba: 1
os: "ubuntu-latest" os: "ubuntu-latest"
python-version: "3.13" python-version: "3.13"
numpy-version: "~=2.1.0"
fast-compile: 0 fast-compile: 0
float32: 0 float32: 0
part: "tests/link/numba/test_slinalg.py" part: "tests/link/numba/test_slinalg.py"
- install-jax: 1 - install-jax: 1
os: "ubuntu-latest" os: "ubuntu-latest"
python-version: "3.11" python-version: "3.11"
numpy-version: ">=2.0"
fast-compile: 0 fast-compile: 0
float32: 0 float32: 0
part: "tests/link/jax" part: "tests/link/jax"
- install-jax: 1 - install-jax: 1
os: "ubuntu-latest" os: "ubuntu-latest"
python-version: "3.13" python-version: "3.13"
numpy-version: ">=2.0"
fast-compile: 0 fast-compile: 0
float32: 0 float32: 0
part: "tests/link/jax" part: "tests/link/jax"
- install-torch: 1 - install-torch: 1
os: "ubuntu-latest" os: "ubuntu-latest"
python-version: "3.11" python-version: "3.11"
numpy-version: ">=2.0"
fast-compile: 0 fast-compile: 0
float32: 0 float32: 0
part: "tests/link/pytorch" part: "tests/link/pytorch"
- install-xarray: 1 - install-xarray: 1
os: "ubuntu-latest" os: "ubuntu-latest"
python-version: "3.13" python-version: "3.13"
numpy-version: ">=2.0"
fast-compile: 0 fast-compile: 0
float32: 0 float32: 0
part: "tests/xtensor" part: "tests/xtensor"
- os: macos-15 - os: macos-15
python-version: "3.13" python-version: "3.13"
numpy-version: ">=2.0"
fast-compile: 0 fast-compile: 0
float32: 0 float32: 0
install-numba: 0 install-numba: 0
...@@ -222,7 +206,6 @@ jobs: ...@@ -222,7 +206,6 @@ jobs:
fi fi
env: env:
PYTHON_VERSION: ${{ matrix.python-version }} PYTHON_VERSION: ${{ matrix.python-version }}
NUMPY_VERSION: ${{ matrix.numpy-version }}
INSTALL_NUMBA: ${{ matrix.install-numba }} INSTALL_NUMBA: ${{ matrix.install-numba }}
INSTALL_JAX: ${{ matrix.install-jax }} INSTALL_JAX: ${{ matrix.install-jax }}
INSTALL_TORCH: ${{ matrix.install-torch}} INSTALL_TORCH: ${{ matrix.install-torch}}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论