forked from tardis-sn/tardis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tardis_env3.yml
77 lines (65 loc) · 1.21 KB
/
tardis_env3.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
name: tardis
channels:
- conda-forge
dependencies:
- python=3.7
- setuptools
- setuptools_scm
- pip
- numpy=1.19
- scipy=1.5
- pandas=1.0
- astropy=3
- numba=0.53
- numexpr
- pyne=0.7=nomoab_openmc* # Issue #1537
# Plasma
- networkx
- pygraphviz
# I/O
- pyyaml
- jsonschema=3 # Issue #1807
- pytables
- h5py
- pickle5 # Issue #1566
- requests
- tqdm
# Widgets & Visualization
- jupyter
- matplotlib
- ipywidgets
- plotly
- qgrid
# - pyside2 # (Qt GUI) Issue #1652
# --- Not required for conda-forge package and Numba integration pipeline ---
# tardis-sn/nuclear dependencies
- beautifulsoup4
- lxml
# Documentation
- sphinx
- sphinx-astropy
- sphinx_bootstrap_theme
- sphinx-jsonschema
- sphinx_rtd_theme
- sphinxcontrib-apidoc
- sphinxcontrib-bibtex
- recommonmark
- numpydoc
- nbconvert
- nbformat
- nbsphinx
- docutils=0.16 # Issue #1522
- snakeviz
- Jinja2=3.0.3 # github.com/spatialaudio/nbsphinx/issues/641
# Test/Coverage
- pytest
- pytest-cov
- pytest-html
- python-dokuwiki
- coverage
# Code quality
- black=21.12b0
# Other
- git-lfs
- pip:
- dot2tex # conda-forge package requires python>=3.8