vaexio / vaex

Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
https://vaex.io
MIT License
8.23k stars 590 forks source link

ci: fix CI, use macOS-11 and remove pydantic #2339

Closed maartenbreddels closed 12 months ago

maartenbreddels commented 1 year ago

fixing CI rot

ddelange commented 1 year ago

@maartenbreddels any hunches regarding the failing random_projections tests?

TypeError: '>' not supported between instances of 'NoneType' and 'int'

if I can support, let me know :)

maartenbreddels commented 12 months ago

I was actually surprised it never triggered.

maartenbreddels commented 12 months ago

https://github.com/vaexio/vaex/pull/2339/commits/5da11555246e29508081ec9d3b0c566b10f00093 should fix it