-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vaex
does not work with numpy==2.0.0
#2425
Comments
`vaex` is also added as a dependency here, meaning if a user installed `solara[dev]` without the documentation extra they would still get a broken installation. See vaexio/vaex#2425 for the source of the issue.
for now, vaex-core will be pinning |
Would it work to pin |
I think that Good to check before we release :) |
Edit: Nevermind, I think it does allow <2.0. |
|
yes, and poetry adds caret ( |
fyi to support Python 3.13, vaex will need to drop python 3.8, and move build-system to numpy 2.1+ ref https://github.com/scipy/oldest-supported-numpy/pull/86/files runtime can still support both v2 and recent versions of v1, see pandas for instance |
Maybe do 1 release with < 2, and the next release go to 2.1+? |
apart from #2434 the current state (python 3.8 - 3.12 support with numpy v1 support) is ready for release as for me. this ticket should stay open, bumping numpy to v2 will need some work I think |
Indeed. |
Hi! Noticed an issue caused by vaex in our daily ci run on solara. This issue should break any new install of vaex where the version of
numpy
is not restricted.Description:
vaex
is not compatible with the newly releasednumpy==2.0.0
.Software information
To Reproduce:
install
vaex
, which pulls in the newestnumpy
. Runimport vaex
. This results inwith the following hint:
The text was updated successfully, but these errors were encountered: