-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathrequirements.txt
More file actions
42 lines (42 loc) · 1.87 KB
/
requirements.txt
File metadata and controls
42 lines (42 loc) · 1.87 KB
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
gitpython>=2.1.8
# Use versions 2.4.0 due to compatibility issues with OpenSSL on Pi3/Jessie
paramiko>=2.9.0; python_version>='3.6'
# Cap bcrypt and cryptography for Python 3.7 (no prebuilt armv7l wheels for newer versions)
bcrypt<4.0; python_version<'3.8'
cryptography<4.0; python_version<'3.8'
numpy>=1.19.0,<1.21.0 ; python_version=='3.6'
numpy>=1.21.0,<1.24.0 ; python_version>='3.7' and python_version<'3.10'
numpy>=1.26.0,<2.0.0 ; python_version>='3.10'
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
configparser==4.0.2
imageio==2.6.1
python-dvr>=0.0.1 ; python_version >='3.6'
pyqtgraph>=0.12,<0.13 ; python_version >='3.6'
pyyaml; python_version>='3.6'
tflite-runtime; python_version >= '3.6' and python_version < '3.12' and sys_platform != 'darwin'
ai-edge-litert>=1.3 ; python_version >= '3.12' and platform_machine != "armv6l" and platform_machine != "armv7l"
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; python_version >= "3.5"
wheel>=0.30.0
setuptools>=40.0.0
ifaddr; sys_platform =="win32"
# PyGObject installed via system package (python3-gi) on Linux
PyGObject; python_version >= '3.6' and sys_platform != 'linux'
rawpy; sys_platform == "win32"
rawpy; sys_platform == "darwin"
rawpy; sys_platform == "linux" and platform_machine == "x86_64"
# Install pyswarms everywhere except for armv6l and armv7l (Raspberry Pi)
pyswarms; sys_platform == "win32"
pyswarms; sys_platform == "darwin"
pyswarms; sys_platform == "linux" and platform_machine == "x86_64"
# Install skyfield everywhere except for armv6l and armv7l (Raspberry Pi)
skyfield; sys_platform == "win32"
skyfield; sys_platform == "darwin"
skyfield; sys_platform == "linux" and platform_machine == "x86_64"