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: pymcx
    dependencies:
      - python=3.9
      - matplotlib
      - scipy
      - numpy
      - jupyter
      - notebook
      - sympy
    
      - pip
      - cmake