This commit is contained in:
Jeroen Oudshoorn
2024-01-05 14:17:51 +01:00
parent 0931a8c10a
commit e28261663f
4 changed files with 13 additions and 3 deletions

View File

@ -26,7 +26,11 @@ dependencies = [
"shimmy; platform_machine!=\"armv6l\"",
"smbus2",
"spidev",
"stable_baselines3; platform_machine!=\"armv6l\"",
"stable_baselines3==1.8.0; platform_machine==\"armv6l\"",
"toml",
"torch==2.0.1",
"torchvision==0.15.2",
"tweepy",
"websockets"
]