name: kwant-latest
channels:
    - conda-forge
dependencies:
    - python=3.6
    - numpy
    - scipy
    - tinyarray
    - sympy
    - matplotlib
    - qsymm
    - plotly
    # Linear algebra libraraies
    - mumps-seq
    - mumps-include
    - blas #=1.1 openblas
    - openblas #=0.2.20
    # Build toolchain
    - toolchain3
    - cython
    - libgfortran
    ## Dev Dependencies
    # Testing
    - pytest
    - pytest-cov
    - pytest-flakes
    - pytest-pep8
    # Documentation building
    - sphinx
    - numpydoc
    - requests
    - jupyter_sphinx
    - pip:
        - sphinxcontrib-svg2pdfconverter