Blame view

install/requirements.in 986 Bytes
6a9e1893   Alain Klotz   Work before holli...
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
55
#=== Requirements for users (no developping packages)

#
# This file is used to generate the requirements.txt file
#
# 1) Update this file manually
# 2) Update the requirements.txt file from it with :
#    pip-compile requirements.in
#


# === For general usage

matplotlib==3.5.1
psutil==5.9.0
lxml
python-benedict

# installed from matplotlib, ... :
matplotlib-inline ; sys_platform == "linux"
#numpy

# For mounts
pyserial

# === For astronomy

astropy==5.2.1
astroalign==2.4.1
astroquery==0.4.5
ccdproc==2.3.0
lmfit==1.0.3
photutils==1.3.0
sep==1.2.0
skyfield==1.42

# installed from ccdproc, ... :
#astropy

# Not necessary ?
#convertdate
#pyephem
#lacosmic 
#pypylon



# === LINUX ONLY
# Using Markers (see https://stackoverflow.com/questions/29222269/is-there-a-way-to-have-a-conditional-requirements-txt-file-for-my-python-applica)

# For astronomy
# pyindi-client ; sys_platform == "linux"

# To generate doc
#pygraphviz