Skip to content
Snippets Groups Projects
environment_mac.yml 520 B
Newer Older
  • Learn to ignore specific revisions
  • # Open a terminal and execute thf following command to create the conda environment
    # for the workshop
    # 'conda env create -f environment_mac.yml'
    
    name: machine_learning_workshop
    
    channels:
        - https://repo.anaconda.com/pkgs/main
        - conda-forge
    
    dependencies:
        - python==3.6.8
        - nomkl==3.0
        - pandas==0.25.0
    
        - matplotlib==3.1.1
    
        - scikit-learn==0.21.2
        - seaborn==0.9.0
        - jupyter==1.0.0
    
        - jupyter_contrib_nbextensions==0.5.1
    
        - keras==2.2.4
        - tensorflow==1.10
        - pydot==1.4.1