1name: machine-learning-book 2channels: 3 - conda-forge 4 - defaults 5dependencies: 6 - numpy=1.21.2 7 - pandas=1.3.2 8 - scipy=1.7.0 9 - python=3.9 10 - matplotlib=3.4.3 11 - scikit-learn=1.0 12 - jupyterlab>=3.4.4 13prefix: /opt/miniconda3/envs/machine-learning-book 14 15