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
5 changes: 5 additions & 0 deletions .github/workflows/workspace-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ jobs:
# below shadow the PyAuto packages via PYTHONPATH.
pip install "autolens[optional]"
pip install "jax>=0.7,<0.11" "jaxlib>=0.7,<0.11"
# nufftax backs the interferometer TransformerNUFFT and is NOT pulled
# transitively by autolens[optional]; without it every interferometer
# simulator (and its downstream scripts) fails fast. Matches the pin
# PyAutoArray declares (jax 0.10.x + nufftax 0.4.x is the tested combo).
pip install "nufftax>=0.4.0,<0.5.0"
- name: Run Python scripts
run: |
LIBS="$(pwd)/libs"
Expand Down
Loading