File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1530,12 +1530,12 @@ def _get_installed_pip_packages(python_exe_path):
1530
1530
# https://github.com/platformio/platformio-core/issues/4614
1531
1531
"urllib3" : "<2" ,
1532
1532
# https://github.com/platformio/platform-espressif32/issues/635
1533
- "cryptography" : "~=41.0.1" if IDF5 else ">=2.1.4,<35.0.0" ,
1533
+ "cryptography" : "~=41.0.1" ,
1534
1534
"future" : ">=0.18.3" ,
1535
- "pyparsing" : ">=3.1.0,<4" if IDF5 else ">=2.0.3,<2.4.0" ,
1536
- "kconfiglib" : "~=14.1.0" if IDF5 else "~=13.7.1" ,
1537
- "idf-component-manager" : "~=2.0.1" if IDF5 else "~=1.0" ,
1538
- "esp-idf-kconfig" : ">=1.4.2,<2.0 .0"
1535
+ "pyparsing" : ">=3.1.0,<4" ,
1536
+ "kconfiglib" : "~=14.1.0" ,
1537
+ "idf-component-manager" : "~=2.0.1" ,
1538
+ "esp-idf-kconfig" : ">=2.5 .0"
1539
1539
}
1540
1540
1541
1541
if sys_platform .system () == "Darwin" and "arm" in sys_platform .machine ().lower ():
You can’t perform that action at this time.
0 commit comments