File size: 302 Bytes
03c4799 | 1 2 3 4 5 6 7 8 9 10 | channels:
- conda-forge
- defaults
dependencies:
# This cannot be empty as otherwise no environment will be created.
# We're using openssl here as it is available on all system and will
# most likely be always installed anyways.
# See https://github.com/conda/conda/issues/9487
- openssl
|