Something in your stack is downgrading numpy to 1.26.x so you are not picking up numpy 2.0.dev in your test suite even though you ask tox to install numpy-dev for that env.
As a result, you are not catching numpy 2.0.dev incompatibilities in your stack.
Something in your stack is downgrading numpy to 1.26.x so you are not picking up numpy 2.0.dev in your test suite even though you ask tox to install numpy-dev for that env.
As a result, you are not catching numpy 2.0.dev incompatibilities in your stack.
Blocks: