From d7582c2f169d4d534b1cdc91975a3ddc56fca6df Mon Sep 17 00:00:00 2001 From: Aleksandr Suslov Date: Wed, 4 Dec 2024 11:33:19 +0400 Subject: [PATCH] added numpy to tests/cross_fw/examples/requirements.txt --- tests/cross_fw/examples/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cross_fw/examples/requirements.txt b/tests/cross_fw/examples/requirements.txt index 70c8ace6604..512d978a8f8 100644 --- a/tests/cross_fw/examples/requirements.txt +++ b/tests/cross_fw/examples/requirements.txt @@ -2,3 +2,4 @@ pytest pytest-cov pytest-split +numpy