It looks like this broke one of the numpy CI jobs: https://github.com/numpy/numpy/actions/runs/9087080853/job/24974107681?pr=26436 ``` Error: 'types.SimpleNamespace' object has no attribute 'dir_info'; aborting. ``` And indeed there's a new access of a `dir_info` attribute added in #155. Clues about how to fix this in the numpy CI would be appreciated if this isn't a spin bug.