hyperledger-labs / pdo-contracts

Apache License 2.0
3 stars 5 forks source link

Fix numpy version to 1.24.4 for use within Inference contract guardian. #54

Closed prakashngit closed 1 month ago

prakashngit commented 1 month ago

Before this PR, numpy was autoinstalled as part of opencv installation. At the time of this PR, opencv attempts to install numpy 2.0.0, and this is not consistent with the rest of the guardian code. This change fixes the recent guardian failures that were being seen due to the numpy dependency issue.