Skip to content

Commit c78ec96

Browse files
authored
Merge pull request #973 from Neradoc/lgpio-only-on-linux
Only install lgpio on linux
2 parents 5788587 + c439c24 commit c78ec96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ pyftdi>=0.40.0
88
binho-host-adapter>=0.1.6
99
adafruit-circuitpython-typing
1010
toml>=0.10.2; python_version<'3.11'
11-
lgpio>=0.2.2.0
11+
lgpio>=0.2.2.0; sys_platform=='linux'
1212
Adafruit-Blinka-Raspberry-Pi5-Neopixel; platform_machine=='aarch64'

0 commit comments

Comments
 (0)