mirror of https://github.com/mamba-org/mamba.git
18 lines
469 B
YAML
18 lines
469 B
YAML
# This environment was observed to have the spdlog-based logging system make
|
|
# mamba hang when environments are created with:
|
|
#
|
|
# {micromamba,mamba} env create -n repro-create -f ./env-logging-overhead-regression.yaml
|
|
#
|
|
# or updated with:
|
|
#
|
|
# {micromamba,mamba} env update -n repro-create -f ./env-logging-overhead-regression.yaml
|
|
#
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.9
|
|
- xeus-cling=0.6.0
|
|
- xtensor=0.20.8
|
|
- xtensor-blas=0.16.1
|
|
- notebook
|