triton-inference-server / client

Triton Python, C++ and Java client libraries, and GRPC-generated client examples for go, java and scala.
BSD 3-Clause "New" or "Revised" License
551 stars 227 forks source link

ci: Restrict numpy to version 1.x #690

Closed KrishnanPrash closed 3 months ago

KrishnanPrash commented 3 months ago

Numpy 2.0 introduces breaking changes, so proactively making sure this is accounted for.

Credit to @rmccorm4 for pointing out the issue.