-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwidgets.yml
79 lines (75 loc) · 1.13 KB
/
widgets.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
78
79
name: widgetsitos
channels:
- conda-forge
dependencies:
- python=3.8
# - setuptools
# - setuptools_scm
# - 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 & Visualizationi
- jupyterlab
- matplotlib-base
- widgetsnbextension
- ipympl
- ipywidgets
- plotly
- nb_conda_kernels
# - qgrid
#
# # --- 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
platforms:
- linux-64