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 2fdd67a commit 92c3b49Copy full SHA for 92c3b49
.github/workflows/copilot-setup-steps.yml
@@ -43,8 +43,10 @@ jobs:
43
micromamba install --yes -q -c conda-forge python=3.13 mkl "numpy>=2.0" scipy pip mkl-service graphviz cython pytest coverage pytest-cov pytest-benchmark pytest-mock pytest-sphinx
44
micromamba install --yes -q -c conda-forge "numba>=0.57"
45
micromamba install --yes -q -c conda-forge jax jaxlib numpyro equinox
46
+ micromamba install --yes -q -c conda-forge mypy types-setuptools scipy-stubs pandas pre-commit
47
pip install tfp-nightly
48
pip install -e ./
49
+ pre-commit install
50
micromamba list && pip freeze
51
python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'
52
python -c 'import pytensor; assert pytensor.config.blas__ldflags != "", "Blas flags are empty"';
0 commit comments