-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathcarsus_env3.yml
More file actions
60 lines (51 loc) · 809 Bytes
/
carsus_env3.yml
File metadata and controls
60 lines (51 loc) · 809 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
name: carsus
channels:
- conda-forge
dependencies:
- python
- setuptools
- setuptools_scm
- pip
- numpy
- pandas
- astropy
- chiantipy
# I/O
- pyyaml
- uncertainties
- pyparsing
- beautifulsoup4
- html5lib
- h5py
- pytables
- 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=1.5.0
- docutils
- recommonmark
- pandoc
# Test/Coverage
- pytest
- pytest-cov
- pytest-html
- pytest-astropy
- coverage
# Code quality
- black =22.3
- ruff
# Other
- git-lfs