Raw File
environment.yml
name: pyunfold_dev
channels:
  - conda-forge
dependencies:
  # Analysis requirements
  - numpy
  - scipy
  - pandas
  - six
  # Testing requirements
  - pytest
  - pytest-cov
  - flake8
  - pytables
  # Documentation requirements
  - sphinx
  - numpydoc
  - sphinx_rtd_theme
  - nbsphinx
  - pandoc
  - jupyter
  - testpath<0.4
  - matplotlib
  - seaborn
back to top