Skip to content
Snippets Groups Projects
environment_linux.yml 651 B
Newer Older
  • Learn to ignore specific revisions
  • oschmanf's avatar
    oschmanf committed
    # Open a terminal and execute the following command to create the conda environment
    # for the workshop
    # 'conda env create -f environment_linux.yml'
    
    
    name: machine_learning_workshop_2022
    
    oschmanf's avatar
    oschmanf committed
    
    channels:
      - anaconda
      - defaults
    
    dependencies:
    
    oschmanf's avatar
    oschmanf committed
      - pandas
      - matplotlib
    
    oschmanf's avatar
    oschmanf committed
      - seaborn
    
    oschmanf's avatar
    oschmanf committed
      - pydot
      - pillow
    
    chadhat's avatar
    chadhat committed
      - pip:
                - tensorflow==2.9.1
                - tensorflow_datasets
                - nltk
                - gensim
                - prettytable
    
                - jupyterlab-code-formatter
                - jupyterlab-git
    
    chadhat's avatar
    chadhat committed
                - keras-tuner
                - tensorflow_hub
                - scikeras