We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4325f commit 4588c48Copy full SHA for 4588c48
.github/workflows/test.yml
@@ -140,7 +140,7 @@ jobs:
140
- name: Install dependencies
141
shell: bash -l {0}
142
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
+ 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
144
# numba-scipy downgrades the installed scipy to 1.7.3 in Python 3.9, but
145
# not numpy, even though scipy 1.7 requires numpy<1.23. When installing
146
# PyTensor next, pip installs a lower version of numpy via the PyPI.
0 commit comments