Skip to content

Commit dca8089

Browse files
committed
Remove old numpy pin in CI
1 parent 3475331 commit dca8089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Install dependencies
140140
shell: bash -l {0}
141141
run: |
142-
mamba install --yes -q "python~=${PYTHON_VERSION}=*_cpython" mkl "numpy<1.26" scipy pip mkl-service graphviz cython pytest coverage pytest-cov pytest-benchmark pytest-mock sympy
142+
mamba install --yes -q "python~=${PYTHON_VERSION}=*_cpython" mkl numpy scipy pip mkl-service graphviz cython pytest coverage pytest-cov pytest-benchmark pytest-mock sympy
143143
# numba-scipy downgrades the installed scipy to 1.7.3 in Python 3.9, but
144144
# not numpy, even though scipy 1.7 requires numpy<1.23. When installing
145145
# PyTensor next, pip installs a lower version of numpy via the PyPI.

0 commit comments

Comments
 (0)