Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec90c655ea | ||
|
|
310f27e572 | ||
|
|
cd7afd418b | ||
|
|
36453824a9 | ||
|
|
263e47d87a | ||
|
|
3f4919ffe7 | ||
|
|
aafadf4581 |
@@ -1,9 +1,9 @@
|
||||
# PythonSampleApp
|
||||
|
||||
This application shows:
|
||||
- basic usage of input files in Python applications
|
||||
- basic usage of input files in Python applications
|
||||
- creating and returning output file in Python application
|
||||
- declaring Matplotlib dependency
|
||||
|
||||
Contents of the repository:
|
||||
- [appDefinition.json](appDefinition.json) - application definition descriptor
|
||||
|
||||
+1
-1
@@ -18,6 +18,6 @@
|
||||
"fileName" : "multiplied_numbers_plot.png",
|
||||
"isReturnedValue" : false
|
||||
} ],
|
||||
"requiredTools" : [ "python3", "python-numpy" ],
|
||||
"requiredTools" : [ "python3", "python-numpy", "python-matplotlib" ],
|
||||
"requiredComputationResources" : { }
|
||||
}
|
||||
Reference in New Issue
Block a user