Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.

Commit f672193

Browse files
carlosperatetjguk
andauthored
Unpin pyserial version for the modes dependencies (#1329)
* Switch to a wider pip reqt for pyserial as we're getting a clash between our ==3.4 version and the >=3.0 for esptool Mock out some ensure/create calls on venv * + Tidy-ups Co-authored-by: Tim Golden <mail@timgolden.me.uk>
1 parent 14b24a9 commit f672193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mu/wheels/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"git+https://github.com/mu-editor/pgzero.git@mu-wheel",
2323
),
2424
("flask", "flask==1.1.2"),
25-
("serial", "pyserial==3.4"),
25+
("serial", "pyserial>=3.0"),
2626
("qtconsole", "qtconsole==4.7.4"),
2727
("nudatus", "nudatus>=0.0.3"),
2828
("esptool", "esptool==3.*"),

0 commit comments

Comments
 (0)