Skip to content
Snippets Groups Projects
environment.yml 464 B
Newer Older
  • Learn to ignore specific revisions
  • Ian Bell's avatar
    Ian Bell committed
    # This .yml file is used to specify the conda environment that should be loaded into the RTD instance
    name: teqpdocs
    
    Ian Bell's avatar
    Ian Bell committed
    channels:
      - conda-forge
    
    Ian Bell's avatar
    Ian Bell committed
    dependencies:
      - python=3.10
      - pip
      - doxygen
      - cmake
    
      - pandoc
    
    Ian Bell's avatar
    Ian Bell committed
      - sympy
    
    Ian Bell's avatar
    Ian Bell committed
      - pip:
        - breathe
        - teqp
    
        - numpy
        - scipy
        - jupyter
        - notebook
        - nbconvert
    
    Ian Bell's avatar
    Ian Bell committed
        - nbsphinx
    
        - pandas
        - matplotlib
    
    Ian Bell's avatar
    Ian Bell committed
        - PCSAFTsuperanc
    
        - sphinxcontrib-doxylink
    
        - insipid-sphinx-theme
        - CoolProp