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