-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
51 lines (51 loc) · 1.04 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
name: subsub
channels:
- defaults
- conda-forge
dependencies:
- python=3.6
- numpy>=1.11
- scipy>=0.19.0
- matplotlib>=1.5.3
- astropy>=4.0
- astroquery>=0.3.7 # from conda-forge channel
- beautifulsoup4
- requests
- anaconda
- tqdm
- pandas
- oktopus # from conda-forge channel
- bokeh>=1.0
- jupyter
- anaconda
- celerite
- fitsio
- ipython
- seaborn
- h5py
- photutils # from conda-forge?
- scikit-learn
- scikit-image
- nbdime
- pip
- reproject # conda-forge
## 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
- gatspy
- emcee
- corner
- astroml
#- aplpy #use the master version on GitHub!
- astroml_addons
- montage-wrapper