glue-viz / glue

Linked Data Visualizations Across Multiple Files
http://glueviz.org
Other
721 stars 152 forks source link

TST + BUG: dev testing is not picking up numpy-dev #2469

Open pllim opened 6 months ago

pllim commented 6 months ago

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:

dhomeier commented 6 months ago

Working on that in #2471 , but the blocker here is probably shapely as well.