Skip to content

Commit 320d478

Browse files
committed
Try numba beta
1 parent 9129c6c commit 320d478

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
else
203203
micromamba install --yes -q "python~=${PYTHON_VERSION}" mkl "numpy${NUMPY_VERSION}" scipy pip mkl-service graphviz cython pytest coverage pytest-cov pytest-benchmark pytest-mock pytest-sphinx;
204204
fi
205-
if [[ $INSTALL_NUMBA == "1" ]]; then micromamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}" "numba>=0.57"; fi
205+
if [[ $INSTALL_NUMBA == "1" ]]; then micromamba install --yes -q -c conda-forge -c numba "python~=${PYTHON_VERSION}" "numba=0.63.0b1"; fi
206206
if [[ $INSTALL_JAX == "1" ]]; then micromamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}" jax jaxlib numpyro equinox && pip install tfp-nightly; fi
207207
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
208208
if [[ $INSTALL_MLX == "1" ]]; then micromamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}" mlx; fi

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ tests = [
8080
]
8181
rtd = ["sphinx>=5.1.0,<6", "pygments", "pydot"]
8282
jax = ["jax", "jaxlib"]
83-
numba = ["numba>=0.57", "llvmlite"]
83+
numba = ["numba>=0.63.0b1", "llvmlite"]
8484

8585
[tool.setuptools.packages.find]
8686
include = ["pytensor*"]

0 commit comments

Comments
 (0)