Skip to content

Commit 31cc397

Browse files
ArmavicaricardoV94
authored andcommitted
Remove numpy-version in the CI matrix
1 parent 03492d4 commit 31cc397

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- uses: pre-commit/[email protected]
6666

6767
test:
68-
name: "${{ matrix.os }} test py${{ matrix.python-version }} numpy${{ matrix.numpy-version }} : fast-compile ${{ matrix.fast-compile }} : float32 ${{ matrix.float32 }} : ${{ matrix.part }}"
68+
name: "${{ matrix.os }} test py${{ matrix.python-version }} : fast-compile ${{ matrix.fast-compile }} : float32 ${{ matrix.float32 }} : ${{ matrix.part }}"
6969
needs:
7070
- changes
7171
- style
@@ -76,7 +76,6 @@ jobs:
7676
matrix:
7777
os: ["ubuntu-latest"]
7878
python-version: ["3.11", "3.13"]
79-
numpy-version: ["~=1.26.0", ">=2.0"]
8079
fast-compile: [0, 1]
8180
float32: [0, 1]
8281
install-numba: [0]
@@ -98,17 +97,10 @@ jobs:
9897
float32: 1
9998
- fast-compile: 1
10099
float32: 1
101-
- numpy-version: "~=1.26.0"
102-
fast-compile: 1
103-
- numpy-version: "~=1.26.0"
104-
float32: 1
105-
- numpy-version: "~=1.26.0"
106-
python-version: "3.13"
107100
include:
108101
- os: "ubuntu-latest"
109102
part: "--doctest-modules pytensor --ignore=pytensor/misc/check_duplicate_key.py --ignore=pytensor/link --ignore=pytensor/ipython.py"
110103
python-version: "3.12"
111-
numpy-version: ">=2.0"
112104
fast-compile: 0
113105
float32: 0
114106
install-numba: 0
@@ -118,55 +110,47 @@ jobs:
118110
- install-numba: 1
119111
os: "ubuntu-latest"
120112
python-version: "3.11"
121-
numpy-version: "~=2.1.0"
122113
fast-compile: 0
123114
float32: 0
124115
part: "tests/link/numba --ignore=tests/link/numba/test_slinalg.py"
125116
- install-numba: 1
126117
os: "ubuntu-latest"
127118
python-version: "3.13"
128-
numpy-version: "~=2.1.0"
129119
fast-compile: 0
130120
float32: 0
131121
part: "tests/link/numba --ignore=tests/link/numba/test_slinalg.py"
132122
- install-numba: 1
133123
os: "ubuntu-latest"
134124
python-version: "3.13"
135-
numpy-version: "~=2.1.0"
136125
fast-compile: 0
137126
float32: 0
138127
part: "tests/link/numba/test_slinalg.py"
139128
- install-jax: 1
140129
os: "ubuntu-latest"
141130
python-version: "3.11"
142-
numpy-version: ">=2.0"
143131
fast-compile: 0
144132
float32: 0
145133
part: "tests/link/jax"
146134
- install-jax: 1
147135
os: "ubuntu-latest"
148136
python-version: "3.13"
149-
numpy-version: ">=2.0"
150137
fast-compile: 0
151138
float32: 0
152139
part: "tests/link/jax"
153140
- install-torch: 1
154141
os: "ubuntu-latest"
155142
python-version: "3.11"
156-
numpy-version: ">=2.0"
157143
fast-compile: 0
158144
float32: 0
159145
part: "tests/link/pytorch"
160146
- install-xarray: 1
161147
os: "ubuntu-latest"
162148
python-version: "3.13"
163-
numpy-version: ">=2.0"
164149
fast-compile: 0
165150
float32: 0
166151
part: "tests/xtensor"
167152
- os: macos-15
168153
python-version: "3.13"
169-
numpy-version: ">=2.0"
170154
fast-compile: 0
171155
float32: 0
172156
install-numba: 0
@@ -222,7 +206,6 @@ jobs:
222206
fi
223207
env:
224208
PYTHON_VERSION: ${{ matrix.python-version }}
225-
NUMPY_VERSION: ${{ matrix.numpy-version }}
226209
INSTALL_NUMBA: ${{ matrix.install-numba }}
227210
INSTALL_JAX: ${{ matrix.install-jax }}
228211
INSTALL_TORCH: ${{ matrix.install-torch}}

0 commit comments

Comments
 (0)