# 1. download miniforge from: https://github.com/conda-forge/miniforge # 2. run: conda env create --file test.yml # to remove: conda remove -n test --all name: test channels: - conda-forge dependencies: - python=3.9 - pip - numpy - minio - pandas - matplotlib - netCDF4 - lxml - pip: - s3_path_wrangler