We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d741b2c commit 9bc1b5dCopy full SHA for 9bc1b5d
.github/workflows/test.yml
@@ -215,7 +215,7 @@ jobs:
215
- name: Install dependencies
216
shell: micromamba-shell {0}
217
run: |
218
- micromamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}=*_cpython" mkl numpy scipy pip mkl-service cython pytest "numba>=0.57" jax jaxlib pytest-benchmark pytorch pytorch-cuda=12.1 -c pytorch -c nvidia
+ micromamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}=*_cpython" mkl numpy scipy pip mkl-service cython pytest "numba>=0.57" jax jaxlib pytest-benchmark
219
pip install -e ./
220
micromamba list && pip freeze
221
python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'
0 commit comments