From 13a80105289ee08093ab4963eae94d887ecdf334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ezequiel=20P=C3=A1ssaro?= Date: Wed, 12 Feb 2020 16:38:17 -0300 Subject: [PATCH] Add `compilers` to environment YAML file (#1025) --- tardis_env3.yml | 111 ++++++++++++++++++++++++------------------------ 1 file changed, 55 insertions(+), 56 deletions(-) diff --git a/tardis_env3.yml b/tardis_env3.yml index 5927ca67ed2..275cd1aa364 100644 --- a/tardis_env3.yml +++ b/tardis_env3.yml @@ -1,70 +1,69 @@ name: tardis channels: - - conda-forge - + - conda-forge dependencies: -- python=3 -- pip -- numpy=1.15 -- scipy=1.1 -- pandas=0.24 -- astropy=3.2.1 - + - python=3 + - pip + - numpy=1.15 + - scipy=1.1 + - pandas=0.24 + - astropy=3.2.1 -- numba=0.43 -- numexpr -- Cython=0.29 + - numba=0.43 + - numexpr + - Cython=0.29 -# Plasma -- networkx + - compilers -# I/O -- pyyaml -- jsonschema -- pyne -- pytables -- h5py -- requests -- tqdm + # Plasma + - networkx -# Analysis -- jupyter -- notebook -- matplotlib -- graphviz -- pygraphviz + # I/O + - pyyaml + - jsonschema + - pyne + - pytables + - h5py + - requests + - tqdm -# Documentation -- sphinx -- nbconvert -- numpydoc -- docutils -- nbformat -- nbsphinx -- sphinx_bootstrap_theme -- sphinxcontrib-bibtex -- sphinxcontrib-apidoc -- sphinx_rtd_theme -- recommonmark + # Analysis + - jupyter + - notebook + - matplotlib + - graphviz + - pygraphviz -#Test/Coverage requirements -- git-lfs -- pytest=4 -- pytest-html -- requests -- coverage -- docopt -- pytest-cov -- codecov + # Documentation + - sphinx + - nbconvert + - numpydoc + - docutils + - nbformat + - nbsphinx + - sphinx_bootstrap_theme + - sphinxcontrib-bibtex + - sphinxcontrib-apidoc + - sphinx_rtd_theme + - recommonmark + #Test/Coverage requirements + - git-lfs + - pytest=4 + - pytest-html + - requests + - coverage + - docopt + - pytest-cov + - codecov -- pip: - # Documentation - - sphinxcontrib-tikz + - pip: + # Documentation + - sphinxcontrib-tikz - - dokuwiki - - dot2tex - - sphinx-jsonschema - - git+https://github.com/Naereen/dot2tex.git + - dokuwiki + - dot2tex + - sphinx-jsonschema + - git+https://github.com/Naereen/dot2tex.git