Added required dependency to appDefinition.json

This commit is contained in:
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" : { }
}