-
Notifications
You must be signed in to change notification settings - Fork 196
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
Build: Bump 3rd party deps #1454
Conversation
Ray does not yet support Numpy 2.x |
@@ -1,4 +1,4 @@ | |||
# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. | |||
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think you need to run make install
again to get the latest poetry version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, since I have poetry installed, it will just skip over it:
Lines 22 to 28 in 325c8a5
install-poetry: ## Install poetry if the user has not done that yet. | |
@if ! command -v poetry &> /dev/null; then \ | |
echo "Poetry could not be found. Installing..."; \ | |
pip install --user poetry==1.8.5; \ | |
else \ | |
echo "Poetry is already installed."; \ | |
fi |
Tnx for the quick review @kevinjqliu 🙌 |
* Build: Bump 3rd party deps * Set numpy at <2.x * Fix numpy
This bumps all 3rd party dependencies to the latest. Trying to unblock #1377.
Dependabot only updates the packages that we directly rely on. It can be that indirect dependencies are bumped, but we haven't updated yet.