Skip to content
Snippets Groups Projects
environment.yml 233 B
Newer Older
  • Learn to ignore specific revisions
  • # This .yml file is used to specify the conda environment that should be loaded into the binder instance
    
    name: teqp
    
    dependencies:
      - python=3.9
      - matplotlib
      - scipy
      - numpy
      - jupyter
    
    Ian Bell's avatar
    Ian Bell committed
      - pandas
    
      - notebook
    
      - pip
      - cmake