.. _dependencies: ============ Dependencies ============ The Simulator Automatic Warehouse uses 4 dependencies: - `Pandas `_ (``>= 2.2.0``) Mainly used to get the results of the simulation in a comprehensive way. - `SimPy `_ (``>= 3.0``) Framework used to run the simulation. - `PyYAML `_ (``>= 5.1``) Used to safely parse the yaml configuration file. - `JsonSchema `_ (``>= 4.0.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.