https://github.com/jrbourbeau/pyunfold
Raw File
Tip revision: 0b50d43d17380d2663c3d1a8c3356fadde4917aa authored by James Bourbeau on 19 November 2018, 04:50:42 UTC
Version 0.5.0 release (#104)
Tip revision: 0b50d43
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