From cd7afd418b96e8f4f47c33d7e79fd0a259621228 Mon Sep 17 00:00:00 2001 From: "TCS portal test user (insilicolab@gmail.com)" Date: Tue, 6 May 2025 09:21:59 +0200 Subject: [PATCH] Correction of required tools --- appDefinition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appDefinition.json b/appDefinition.json index 1a6093e..f7334bb 100644 --- a/appDefinition.json +++ b/appDefinition.json @@ -18,6 +18,6 @@ "fileName" : "multiplied_numbers_plot.png", "isReturnedValue" : false } ], - "requiredTools" : [ "python3", "python-numpy" ], + "requiredTools" : [ "python3", "python-matplotlib" ], "requiredComputationResources" : { } } \ No newline at end of file