Skip to content
Snippets Groups Projects
environment_m1.yml 696 B
Newer Older
# Open a terminal and execute the following command to create the conda environment
# for the workshop
# 'conda env create -f environment_m1.yml'

name: machine_learning_workshop_2022

channels:
  - apple
  - https://repo.anaconda.com/pkgs/main
  - conda-forge

dependencies:
  - python==3.10.5
  - pandas
  - matplotlib
  - scikit-learn==1.1.1
  - seaborn
  - jupyterlab==3.4.4
  - libcblas
  - pydot
  - pillow
  - pip
  - tensorflow-deps==2.9.0
  - pip:
    - tensorflow-estimator==2.9.0
    - tensorflow-macos==2.9.0
chadhat's avatar
chadhat committed
    - tensorflow_datasets
    - nltk
    - gensim
    - prettytable
    - jupyterlab-code-formatter
    - jupyterlab-git
chadhat's avatar
chadhat committed
    - keras-tuner
    - tensorflow_hub
    - scikeras