Skip to content

Commit de3de5a

Browse files
authored
Update espidf pip dependencies
1 parent 4c85ff4 commit de3de5a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

builder/frameworks/espidf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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():

0 commit comments

Comments
 (0)