-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Upgrade to numpy >= 2.0.0 #6570
Comments
vLLM does not have a direct dependency on numpy, this is required for dependencies of vLLM, i.e. an indirect dependency. We need to wait for the open-source community to adopt numpy 2.0 first, only after that can we safely remove the constraint. |
this is entirely confusing, e.g. pixi complains about vllm being the reason
|
@youkaichao this is false (or I misunderstand you) - see Line 3 in ea7bd68
|
@chris-aeviator I added this line to prevent numpy 2.0 . see #5582 (comment) |
Hi @youkaichao, the issue with Outlines was fixed in its 0.1.6 release ~1.5 months ago, see dottxt-ai/outlines#1265. According to the discussion in gh-5582, I think you can remove the pin now. |
Hi 👋
Would it be possible to upgrade the dependency of vLLM to numpy to remove the pinning here?
We are running into a dependency conflict issue in our dependency chain and would appreciate the move to support more recent numpy versions.
Thanks!
The text was updated successfully, but these errors were encountered: