glue-viz / glue

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

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

Closed pllim closed 2 months ago

pllim commented 11 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 11 months ago

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