This commit is contained in:
Jeroen Oudshoorn
2024-01-12 19:08:44 +01:00
parent c46346de52
commit 7ce497e56e
2 changed files with 6 additions and 8 deletions

View File

@ -27,8 +27,8 @@ dependencies = [
"spidev", "spidev",
"stable_baselines3", "stable_baselines3",
"toml", "toml",
"torch==2.0.1", "torch",
"torchvision==0.15.2", "torchvision",
"tweepy", "tweepy",
"websockets" "websockets"
] ]

View File

@ -1,7 +1,6 @@
OPi.GPIO; platform_release=="6.1.31-sun50iw9"
Pillow Pillow
PyYAML PyYAML
RPi.GPIO; platform_release!="6.1.31-sun50iw9" RPi.GPIO
file-read-backwards file-read-backwards
flask flask
flask-cors flask-cors
@ -13,13 +12,12 @@ pycryptodome
pydrive2 pydrive2
python-dateutil python-dateutil
requests requests
rpi_hardware_pwm; platform_release!="6.1.31-sun50iw9" rpi_hardware_pwm
scapy scapy
shimmy; platform_machine!="armv6l" shimmy
smbus2 smbus2
spidev spidev
stable_baselines3; platform_machine!="armv6l" stable_baselines3
stable_baselines3==1.8.0; platform_machine=="armv6l"
toml toml
torch torch
torchvision torchvision