client icon indicating copy to clipboard operation
client copied to clipboard

[Question] numpy 2 support

Open m3at opened this issue 1 year ago • 7 comments

The python requirements currently constrain to numpy<2. Looking in the code where numpy is used, I see no use of esoteric functions or potentially breaking changes (but it's admittedly easy to miss). Is there a plan to bump up this dependency?

(sorry if this this was asked already and I missed the relevant issue)

m3at avatar Oct 10 '24 07:10 m3at

Agree with this, are there any plans to do this soon?

cile98 avatar Dec 04 '24 14:12 cile98

+1 could we put this work into plan?

yulin-li avatar Jan 17 '25 13:01 yulin-li

+1

john-pixforce avatar Jan 17 '25 21:01 john-pixforce

+1 Blocks our team from migrating to numpy 2.0 :(

bschwartz0 avatar Jan 17 '25 21:01 bschwartz0

+1 almost everything moved to numpy 2, https://github.com/numpy/numpy/releases/tag/v2.2.2

gulldan avatar Jan 30 '25 07:01 gulldan

The problem seems to have been solved with PR #826

bchamand avatar Mar 25 '25 14:03 bchamand

@bchamand nice, any idea whether it will be included in 2.56.0? (and when?)

cile98 avatar Mar 25 '25 15:03 cile98

This can be closed now, since 2.56.0 - 2.59.0 are already up on PyPI.

rgommers avatar Jul 20 '25 17:07 rgommers

https://github.com/triton-inference-server/client/pull/826

m3at avatar Nov 03 '25 06:11 m3at