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.

See also

What is JSON Schema?

JSON Schema definition, how it works, benefits and more.