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

name: machine_learning_workshop_2022

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

dependencies:
    - pydot
    - pillow
    - pip
    - pip:
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