forked from CroatianMeteorNetwork/RMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
25 lines (25 loc) · 1009 Bytes
/
requirements.txt
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
gitpython>=2.1.8
# Use versions 2.4.0 due to compatibility issues with OpenSSL on Pi3/Jessie
paramiko==2.4.0; python_version=='2.7'
paramiko>=2.9.0; python_version>='3.6'
numpy>=1.13.3,<1.22.0 ; python_version=='2.7'
numpy>=1.21.0,<1.24.0 ; python_version>='3.6' and python_version<='3.9.2'
numpy>=1.26.0 ; python_version>'3.9.2'
matplotlib>=2.1.1
pyephem>=3.7.6.0
cython>=0.27.3
scipy>=1.0.0
Pillow>=4.3.0
astropy>=2.0.3
imreg_dft @ git+https://github.com/matejak/imreg_dft@master#egg=imreg_dft>'2.0.0'
configparser==4.0.2
imageio==2.6.1
python-dvr>=0.0.1 ; python_version >='3.6'
pyqtgraph @ git+https://github.com/pyqtgraph/pyqtgraph@develop#egg=pyqtgraph ; python_version=='2.7'
pyqtgraph>=0.12,<0.13 ; python_version >='3.6'
pyyaml; python_version>='3.6'
tflite-runtime; python_version>='3.6'
PyGObject; python_version >= '3.6'
astrometry; python_version >= "3.8" and sys_platform != 'win32'
astrometry==3.0.0; python_version >= "3.5" and python_version < "3.8" and sys_platform != 'win32'
pyclean>=2.7.6