sorting-algorithm-performance-analysis / environment.yml
environment.yml
Raw
name: sorting-algorithms
channels:
    - conda-forge
dependencies:
    - python=3.13.0
    - numpy=2.1.2
    - matplotlib=3.9.2
    - pandas=2.2.3
    - tabulate=0.9.0