-
Notifications
You must be signed in to change notification settings - Fork 4
/
ap-env.yml
49 lines (48 loc) · 1.15 KB
/
ap-env.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
## Base conda environment known to work with the AstroPhotography application.
##
## To create a new conda environment with this file do:
## conda env create -f ap-env.yml
## conda activate ap-env
##
## Then install the AstroPhotography application in either normal...
## pip3 install . -r requirements.txt
## ... or developer (user) mode...
## pip3 install -e . -r requirements.txt
##
name: ap-env
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- matplotlib>=3.0.3
- numpy>=1.16.2
- astropy>=6.0
- notebook
- pip
- psutil
- pip:
- bump2version
- regions>=0.8
- PyYAML>=3.11
- rawpy>=0.13.1
- imageio>=2.5.0
- pytest>=5.2.1
- pytest-cov>=2.8.1
- coverage>=5.0.3
- astroplan>=0.7
- astroquery>=0.4.1
- astroscrappy>=1.0.7
- ccdproc>=2.1.0
- photutils>=0.7.2
- regions>=0.4
- sphinx-argparse
- sphinx-sizzle-theme
- sphinxcontrib-autoprogram
- sphinxcontrib-apidoc
- myst-parser
- ExifRead>=2.3.2 # Read RAW file exif data
- jupyterlab
- jupyterlab-code-formatter
- jupyterlab-execute-time
- jupyterlab-spellchecker