forked from tardis-sn/carsus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcarsus_env3.yml
58 lines (50 loc) · 895 Bytes
/
carsus_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
name: carsus
channels:
- conda-forge
dependencies:
- python =3.7
- setuptools
- setuptools_scm
- pip
- numpy =1.15
- pandas =1.0
- astropy =3
- chiantipy =0.8.4
# I/O
- pyyaml
- uncertainties
- pyparsing =2.2
- sqlalchemy =1.2
- beautifulsoup4
- html5lib
- h5py
- pytables
- pyarrow =0.14.1
- glog =0.5 # https://github.com/google/glog/issues/814
- requests
- roman
# --- Not required for an hypothetical conda-forge package ---
# Analysis
- notebook
- matplotlib-base
# Documentation
- sphinx
- sphinx-astropy
- sphinx_bootstrap_theme
- sphinx-copybutton
- sphinx_rtd_theme
- sphinxcontrib-apidoc
- sphinxcontrib-bibtex
- nbformat
- nbsphinx
- numpydoc
- docutils
- recommonmark
- pandoc
# Test/Coverage
- pytest =4
- pytest-cov
- pytest-astropy
- epassaro::pytest-arraydiff
# Other
- git-lfs