Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TEMPORARY: Fix for numpy 2.0 representation changes for testing
Due to ASDF issues related to changes in how `numpy` 2.0 represents for the purposes of printing floats (used by ASDF), PyYAML can no longer handle the new representation gracefully. This change simply forces `numpy` 2.0.dev+ versions of numpy to use the `numpy` 1.25 representation format, which is supported by PyYAML. Note that this "fix" only works when running tests, not in general.
- Loading branch information