forked from tardis-sn/stardis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stardis_env3_cuda.yml
88 lines (72 loc) · 1.3 KB
/
stardis_env3_cuda.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
80
81
82
83
84
85
86
87
name: stardis-cuda
channels:
- nvidia
- 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
- setuptools
- setuptools_scm
- pip
- numpy
- scipy
- pandas
- astropy
- numba
- numexpr
- radioactivedecay
# Plasma
- networkx
- pygraphviz
# I/O
- pyyaml
- jsonschema
- hdf5
- h5py
- pytables
- requests
- tqdm
# Widgets & Visualization
- notebook
- matplotlib-base
- ipywidgets
- plotly
- qgrid =1.3.1=pyhd8ed1ab_4 # qgrid-feedstock/issues/18
# CUDA
- cudatoolkit
- cupy
- pip:
- git+https://github.com/tardis-sn/[email protected]
# --- 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
- nbmake
# Code quality
- black =22.3
# Other
- git-lfs
platforms:
- linux-64