File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11gitpython >= 2.1.8
22# Use versions 2.4.0 due to compatibility issues with OpenSSL on Pi3/Jessie
33paramiko >= 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'
47numpy >= 1.19.0 ,< 1.21.0 ; python_version == '3.6'
58numpy >= 1.21.0 ,< 1.24.0 ; python_version >= '3.7' and python_version<'3.10'
69numpy >= 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)
3740skyfield ; sys_platform == "win32"
3841skyfield ; sys_platform == "darwin"
39- skyfield ; sys_platform == "linux" and platform_machine == "x86_64"
42+ skyfield ; sys_platform == "linux" and platform_machine == "x86_64"
You can’t perform that action at this time.
0 commit comments