From aafadf45813bdf10614899f662f83e694feab331 Mon Sep 17 00:00:00 2001 From: "TCS portal test user (insilicolab@gmail.com)" Date: Fri, 29 Mar 2024 09:50:18 +0100 Subject: [PATCH] ISL-4698 Added python-numpy to requiredTools --- appDefinition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appDefinition.json b/appDefinition.json index 7df99f2..1a6093e 100644 --- a/appDefinition.json +++ b/appDefinition.json @@ -18,6 +18,6 @@ "fileName" : "multiplied_numbers_plot.png", "isReturnedValue" : false } ], - "requiredTools" : [ "python3" ], + "requiredTools" : [ "python3", "python-numpy" ], "requiredComputationResources" : { } } \ No newline at end of file