From 3e5bea0d5dc4dd77d342966227e5b6a7f2906e75 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Fri, 5 Jan 2024 10:48:51 +0100 Subject: [PATCH] Update build --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 731a2a91..dfe9d751 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,11 +26,7 @@ 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" ]