-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yaml
More file actions
40 lines (40 loc) · 766 Bytes
/
environment.yaml
File metadata and controls
40 lines (40 loc) · 766 Bytes
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
# To use:
# $ conda env create -f environment.yaml # `mamba` works too for this command
# $ conda activate cherab-inv-dev
#
name: cherab-inv-dev
channels:
- conda-forge
dependencies:
# For Runtime
- python >= 3.9
- numpy
- scipy
- matplotlib
- scikit-sparse
# - cupy # manually install for GPU acceleration of SVD
# For Buildtime
- meson-python < 0.16
- tomli # for python < 3.11
# For Documentation
- docutils
- ipykernel
- ipywidgets
- nbconvert > 7.3
- nbsphinx
- numpydoc
- pillow
- pygments >= 2.11.0
- sphinx >= 7.0, < 8.0
- sphinx-prompt
- sphinx-copybutton
- pydata-sphinx-theme < 0.16 # for custom css dependency
- sphinx-design
- sphinx-codeautolink
- sphinxcontrib-bibtex
- pandoc
- jinja2
# pypi-dependencies
- pip
- pip:
- sphinx-github-style