# Runtime dependencies for the synthetic mine throughput simulation.
# Tested with Python 3.11-3.13. The model itself needs only the first five;
# matplotlib is required solely for the optional plot_topology.py.
simpy>=4.1
numpy>=1.24
scipy>=1.10
pyyaml>=6.0
networkx>=3.0
matplotlib>=3.7 # optional: only for plot_topology.py (topology.png)
requirements.txt
← Back to submission · View raw on GitHub