-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chore: Upgrade to numpy 2 #5375
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
Conversation
LGTM. Probably better to explicitly declare this in the slack channel and let other team know. |
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.
You'll also want to change pyproject.toml
and rerun make lock-python-dependencies-all
-
Line 24 in bfdbf60
"numpy>=1.22,<2", |
739a1bb
to
cf5bdae
Compare
555dddb
to
6bdb159
Compare
Looks like we need to upgrade torch to > 2.3 huggingface/transformers#38329 |
9ed30b7
to
c4880ad
Compare
Signed-off-by: Francisco Javier Arceo <[email protected]>
Signed-off-by: Francisco Javier Arceo <[email protected]>
Signed-off-by: Francisco Javier Arceo <[email protected]>
Signed-off-by: Francisco Javier Arceo <[email protected]>
Signed-off-by: Francisco Javier Arceo <[email protected]>
Signed-off-by: Francisco Javier Arceo <[email protected]>
Signed-off-by: Francisco Javier Arceo <[email protected]>
Signed-off-by: Francisco Javier Arceo <[email protected]>
Signed-off-by: Francisco Javier Arceo <[email protected]>
Signed-off-by: Francisco Javier Arceo <[email protected]>
Signed-off-by: Francisco Javier Arceo <[email protected]>
Signed-off-by: Francisco Javier Arceo <[email protected]>
Signed-off-by: Francisco Javier Arceo <[email protected]>
Signed-off-by: Francisco Javier Arceo <[email protected]>
Signed-off-by: Francisco Javier Arceo <[email protected]>
5c3a697
to
4d5cee8
Compare
What this PR does / why we need it:
#5074
Which issue(s) this PR fixes:
Misc