Blame view

install/requirements.in 915 Bytes
96482ab2   Alain Klotz   first commit
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
#=== 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

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

# For mounts
pyserial

# === For astronomy

8d030a72   Alain Klotz   Add night utilities
27
astropy>=5.2.1
96482ab2   Alain Klotz   first commit
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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
2e4a36a3   Alain Klotz   Cancel requiremen...
51
# pyindi-client ; sys_platform == "linux"
96482ab2   Alain Klotz   first commit
52
53
54

# To generate doc
#pygraphviz