forked from tardis-sn/tardisbase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.yml
More file actions
85 lines (75 loc) · 1.29 KB
/
env.yml
File metadata and controls
85 lines (75 loc) · 1.29 KB
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
80
81
82
83
84
85
name: tardis-carsus
channels:
- conda-forge
dependencies:
# Core dependencies
- python
- setuptools
- setuptools_scm
- pip
- numpy
- pandas
- astropy
# Scientific computing
- scipy
- numba
- numexpr
- radioactivedecay
- uncertainties
- chiantipy
- roman
# Plasma
- networkx
- pygraphviz
# I/O
- pyyaml
- jsonschema
- pyparsing
- beautifulsoup4
- html5lib
- lxml
- hdf5
- h5py
- pytables
- requests
- tqdm
# Widgets & Visualization
- notebook
- matplotlib-base
- ipywidgets
- plotly==5.22.0 # pinned since new version doesn't show convergence plots in sphinx
- anywidget # plotly figurewidget plots
- panel
- watchfiles
- pyviz::nbsite # https://panel.holoviz.org/how_to/wasm/sphinx.html
- jupyter_bokeh # to make panel work in vscode
# - pip:
# - qgridnext
# Documentation
- sphinx
- sphinx-astropy
- sphinx_bootstrap_theme
- sphinx-copybutton
- sphinx-jsonschema
- sphinx_rtd_theme
- sphinxcontrib-apidoc
- sphinxcontrib-bibtex
- nbformat
- nbsphinx
- numpydoc
- docutils
- recommonmark
- pandoc
- nbconvert
- snakeviz
- dot2tex
# Test/Coverage
- pytest
- pytest-cov
- pytest-html
- coverage
# Code quality
- ruff
- codespell
# Other
- git-lfs