Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/scripts/smoke_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ else
pip install ./PyAutoNerves ./PyAutoFit ./PyAutoArray ./PyAutoGalaxy
pip install numba
fi
pip install tensorflow-probability==0.25.0
# NOTE: do NOT `pip install tensorflow-probability==0.25.0` here. The stable
# release crashes at import under the resolved modern JAX
# (`jax.interpreters.xla.pytype_aval_mappings` was removed), which broke the
# JAX Matern-kernel (delaunay_mge) likelihood path. The working modified-Bessel
# dependency is `tfp-nightly`, pinned by `PyAutoArray[optional]` above.
Loading