.. _dependencies: ============ Dependencies ============ The Simulator Automatic Warehouse uses 4 dependencies: - `Pandas `_ (`v2.2.2 `_) Mainly used to get the results of the simulation in a comprehensive way. - `SimPy `_ (`4.1.1 `_) Framework used to run the simulation. - `PyYAML `_ (`6.0.1 `_) Used to safely parse the yaml configuration file. - `JsonSchema `_ (`4.22.0 `_) Used to load the json schema of the project. The json schema is used to validate the configuration file given as input. .. seealso:: `What is JSON Schema? `_ JSON Schema definition, how it works, benefits and more.