Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-08-30 17:24:32 +02:00
parent cf22cea18f
commit c998716154
2 changed files with 1 additions and 3 deletions

View File

@ -5,8 +5,6 @@ import threading
import importlib, importlib.util
import logging
default_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "default")
loaded = {}
database = {}

View File

@ -20,5 +20,5 @@ python-dateutil>=2.8.1
websockets>=8.1
torch>=2.0.1
torchvision>=0.15.2
stable-baselines3>=1.4.0
stable_baselines3==1.8.0
RPi.GPIO