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):
15301530 # https://github.com/platformio/platformio-core/issues/4614
15311531 "urllib3" : "<2" ,
15321532 # 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" ,
15341534 "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"
15391539 }
15401540
15411541 if sys_platform .system () == "Darwin" and "arm" in sys_platform .machine ().lower ():
You can’t perform that action at this time.
0 commit comments