Added required dependency to appDefinition.json

This commit is contained in:
2025-05-21 18:06:23 +02:00
parent 310f27e572
commit ec90c655ea

View File

@@ -18,6 +18,6 @@
"fileName" : "multiplied_numbers_plot.png",
"isReturnedValue" : false
} ],
"requiredTools" : [ "python3", "python-matplotlib" ],
"requiredTools" : [ "python3", "python-numpy", "python-matplotlib" ],
"requiredComputationResources" : { }
}