-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
53 lines (53 loc) · 1.13 KB
/
environment.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
name: contracosta #formerly starry_base
channels:
- defaults
- conda-forge
dependencies:
- python=3.8
- numpy
- scipy
- matplotlib
- astropy
- astroquery # from conda-forge channel
- beautifulsoup4
- requests
- tqdm
- pandas
- bokeh # optional, needed for interact
- jupyter # optional
- ipython # optional
- seaborn # optional
- scikit-learn # optional
- scikit-image # optional
- pytest-cov # for documentation and testing
- pytest-remotedata # for documentation and testing
- pytest-runner # for documentation and testing
- sphinx # for documentation and testing
- sphinx_rtd_theme # for documentation and testing
- nbsphinx # for documentation and testing
- numpydoc # for documentation and testing
- sphinx-automodapi # for documentation and testing
- graphviz
- ghp-import
- pybind11
- cython
- pylint
- flake8
- autopep8
- pep8
- black
- fast-histogram
- specutils
- h5py
- pip
- pip:
- twisted # optional
- mkl-random # optional
- astroml # optional
- corner
- emcee
# - wget
- celerite2
- exoplanet
- importlib_resources
- fleck