Skip to content

Commit 4588c48

Browse files
maresbricardoV94
authored andcommitted
Remove old numpy pin in CI
1 parent ca4325f commit 4588c48

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
@@ -140,7 +140,7 @@ jobs:
140140
- name: Install dependencies
141141
shell: bash -l {0}
142142
run: |
143-
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
143+
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
144144
# numba-scipy downgrades the installed scipy to 1.7.3 in Python 3.9, but
145145
# not numpy, even though scipy 1.7 requires numpy<1.23. When installing
146146
# PyTensor next, pip installs a lower version of numpy via the PyPI.

0 commit comments

Comments
 (0)