File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 84
84
install-mlx : [0]
85
85
install-xarray : [0]
86
86
part :
87
- - " tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/xtensor --ignore=tests/link/mlx "
87
+ - " tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/xtensor"
88
88
- " tests/scan"
89
89
- " tests/tensor --ignore=tests/tensor/rewriting --ignore=tests/tensor/test_math.py --ignore=tests/tensor/test_basic.py --ignore=tests/tensor/test_inplace.py --ignore=tests/tensor/conv --ignore=tests/tensor/test_blas.py --ignore=tests/tensor/test_elemwise.py --ignore=tests/tensor/test_math_scipy.py"
90
90
- " tests/tensor/rewriting"
@@ -153,7 +153,6 @@ jobs:
153
153
part : " tests/xtensor"
154
154
- os : " macos-15"
155
155
python-version : " 3.11"
156
- numpy-version : " >=2.0"
157
156
fast-compile : 0
158
157
float32 : 0
159
158
install-mlx : 1
@@ -208,8 +207,7 @@ jobs:
208
207
if [[ $INSTALL_TORCH == "1" ]]; then micromamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}" pytorch pytorch-cuda=12.1 "mkl<=2024.0" -c pytorch -c nvidia; fi
209
208
if [[ $INSTALL_MLX == "1" ]]; then micromamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}" mlx; fi
210
209
if [[ $INSTALL_XARRAY == "1" ]]; then micromamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}" xarray xarray-einstats; fi
211
- pip install pytest-sphinx
212
-
210
+
213
211
pip install -e ./
214
212
micromamba list && pip freeze
215
213
python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'
You can’t perform that action at this time.
0 commit comments