Skip to content

Commit 84aef9c

Browse files
authored
Merge pull request #838 from CroatianMeteorNetwork/Cybis320-patch-1
Update requirements.txt for bcrypt and cryptography
2 parents 1c0851b + 73b20d1 commit 84aef9c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
gitpython>=2.1.8
22
# Use versions 2.4.0 due to compatibility issues with OpenSSL on Pi3/Jessie
33
paramiko>=2.9.0; python_version>='3.6'
4+
# Cap bcrypt and cryptography for Python 3.7 (no prebuilt armv7l wheels for newer versions)
5+
bcrypt<4.0; python_version<'3.8'
6+
cryptography<4.0; python_version<'3.8'
47
numpy>=1.19.0,<1.21.0 ; python_version=='3.6'
58
numpy>=1.21.0,<1.24.0 ; python_version>='3.7' and python_version<'3.10'
69
numpy>=1.26.0,<2.0.0 ; python_version>='3.10'
@@ -36,4 +39,4 @@ pyswarms; sys_platform == "linux" and platform_machine == "x86_64"
3639
# Install skyfield everywhere except for armv6l and armv7l (Raspberry Pi)
3740
skyfield; sys_platform == "win32"
3841
skyfield; sys_platform == "darwin"
39-
skyfield; sys_platform == "linux" and platform_machine == "x86_64"
42+
skyfield; sys_platform == "linux" and platform_machine == "x86_64"

0 commit comments

Comments
 (0)