diff --git a/requirements.txt b/requirements.txt index aca9737e..39ae860f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file