forked from kevin218/Eureka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
43 lines (43 loc) · 1018 Bytes
/
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
name: eureka
channels:
- conda-forge
- defaults
dependencies:
- python==3.9.7
- asdf
- astropy
- batman-package
- bokeh[version='<3.0']
- ccdproc
- celerite
- corner
- cython
- dynesty[version='>1.0']
- emcee[version='>3.0.0']
- george
- gwcs
- h5py[version='<3.2']
- ipython
- lmfit
- matplotlib
- nbsphinx # Needed for documentation
- numpy[version='>=1.20.0']
- pandas
- photutils
- pip # required for the pip installs below
- pytest
- requests
- scipy[version='>=1.4.0'] # Needed for scipy.fft
- tqdm
- pip:
- astraeus @ git+https://github.com/kevin218/Astraeus@main#egg=astraeus
- crds
- exotic-ld
- image_registration==0.2.6
- jwst==1.8.2
- myst-parser # Needed for documentation
- setuptools_scm # Needed for version number
- sphinx-rtd-theme # Needed for documentation
- stcal
- stdatamodels
- svo_filters