forked from tardis-sn/tardis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tardis_env3.yml
76 lines (63 loc) · 1.17 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
name: tardis
channels:
- conda-forge
dependencies:
# WARNING: any change to this section must be applied to the conda-forge
# package recipe at https://github.com/conda-forge/tardis-sn-feedstock
- python=3.8
- setuptools
- setuptools_scm<7
- pip
- numpy=1.19
- scipy=1.5
- pandas=1.0
- astropy=5.0
- numba=0.53
- numexpr
- radioactivedecay>=0.4.12
# Plasma
- networkx
- pygraphviz
# I/O
- pyyaml
- jsonschema
- hdf5=1.10
- h5py
- pytables
- requests
- tqdm
# Widgets & Visualization
- notebook
- matplotlib-base
- ipywidgets
- plotly
- qgrid=1.3.1=pyhd8ed1ab_4 # qgrid-feedstock/issues/18
# --- Packages not required for conda-forge recipe ---
# 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
- snakeviz
- dot2tex
# Test/Coverage
- pytest
- pytest-cov
- pytest-html
- python-dokuwiki
- coverage
# Code quality
- black=22.3
# Other
- git-lfs