CIL
CIL copied to clipboard
CI: drop numpy conda matrix
Fix failing CI due to redundant numpy builds no longer needed after #2156.
Also saves ~1h GHA CI usage per merge.
We still want our CI to test against a range of numpy versions, we just don't want to pin a version for the user. If tests are failing due to numpy versions (i.e. deprecated functionality) that's something we need to be aware of at development time.
deprioritising in favour of #2198