zama-ai / concrete-ml

Concrete ML: Privacy Preserving ML framework using Fully Homomorphic Encryption (FHE), built on top of Concrete, with bindings to traditional ML frameworks.
Other
1.03k stars 146 forks source link

fix: update numpy for py311 and hummingbird #901

Closed andrei-stoian-zama closed 1 month ago

andrei-stoian-zama commented 1 month ago

HB[onnx] needs numpy 1.24 when using python 3.11

github-actions[bot] commented 1 month ago

:warning: Known flaky tests have been rerun :warning:

One or several tests initially failed but were identified as known flaky. tests. Therefore, they have been rerun and passed. See below for more details.

Failed tests details

### Known flaky tests that initially failed: - tests/torch/test_compile_torch.py::test_compile_torch_or_onnx_networks[get_and_compile--FHE_simulation-model1-5-relu]- tests/torch/test_compile_torch.py::test_compile_torch_or_onnx_conv_networks[False-True-CNN-relu]

github-actions[bot] commented 1 month ago

Coverage passed ✅

Coverage details

``` ---------- coverage: platform linux, python 3.8.18-final-0 ----------- Name Stmts Miss Cover Missing ------------------------------------- TOTAL 8266 0 100% 61 files skipped due to complete coverage. ```