Skip to content

Commit e74ae40

Browse files
committed
pyproject.toml: make pynrfjprog dependency spec less strict
1 parent 0a3bb95 commit e74ae40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"crcmod >= 1.7",
1717
"ecdsa >= 0.19.1",
1818
"pycryptodome >= 3.15.0",
19-
"pynrfjprog == 10.19.0",
19+
"pynrfjprog >= 10.19.0",
2020
"pyserial >= 3.0.1",
2121
"siphash >= 0.0.1",
2222
"six >= 1.9.0",

0 commit comments

Comments
 (0)