mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -20,11 +20,15 @@ python-dateutil
|
||||
websockets
|
||||
torch==2.0.1; platform_machine=="aarch64"
|
||||
torch>=2.0.1; platform_machine!="aarch64"
|
||||
|
||||
torchvision==0.15.2; platform_machine=="aarch64"
|
||||
torchvision>=0.15.2; platform_machine!="aarch64"
|
||||
|
||||
stable_baselines3==1.8.0; platform_machine=="armv6l"
|
||||
stable_baselines3; platform_machine!="armv6l"
|
||||
RPi.GPIO; platform_release!="*sunxi*"
|
||||
OPi.GPIO; platform_release=="*sunxi*"
|
||||
rpi_hardware_pwm; platform_release!="*sunxi*"
|
||||
|
||||
RPi.GPIO; platform_release!="6.1.31-sun50iw9"
|
||||
OPi.GPIO; platform_release=="6.1.31-sun50iw9"
|
||||
|
||||
rpi_hardware_pwm; platform_release!="6.1.31-sun50iw9"
|
||||
pydrive2
|
Reference in New Issue
Block a user