-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
54 lines (54 loc) · 1.08 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
54
name: varsity
channels:
- defaults
- conda-forge
- astropy
dependencies:
- python=3.6
- numpy
- scipy
- matplotlib
- astroquery # from conda-forge channel
- beautifulsoup4
- astropy>=4.1
- requests
- tqdm
- pandas
- lightkurve >2.0
- oktopus # from conda-forge channel
- bokeh<2.3
- jupyter
- anaconda
- celerite2
- fitsio
- ipython
- seaborn
- h5py
- photutils # from conda-forge?
- scikit-learn
- scikit-image
- nbstripout
- yaml
- astroplan
- exoplanet # needed for orbit prediction
- pip
- reproject # conda-forge
- aplpy
## We need SEP, but it is flakey with conda, so manually install:
# https://sep.readthedocs.io/en/v1.0.x/
# pip install --no-deps sep
#
#
## Also installed a custom Starfish:
# obsidian at dust in ~/GitHub/Starfish on mix_model_omega2 [!]
# $ python setup.py develop
#
# Need to install Montage: https://github.com/Caltech-IPAC/Montage
- pip:
- twisted
#- mkl-random
- emcee
- corner
- nbdime
- montage-wrapper
# - muler # Install developer version