diff --git a/cars/carservices/pyproject.toml b/cars/carservices/pyproject.toml index 6f67770..e5f0619 100644 --- a/cars/carservices/pyproject.toml +++ b/cars/carservices/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "carservices" -version = "0.2.0" +version = "0.2.1" description = "" authors = ["ricklon "] @@ -8,7 +8,7 @@ authors = ["ricklon "] [tool.poetry.dependencies] python = "^3.7" # tensorflow-cpu = {version = "^2.5.0", platform = "aarch64"} -"RPi.GPIO" = "^0.7" +"RPi.GPIO" = "^0.7.1" pyserial = "^3.5" picamera = "^1.13" #h5py = "^3.3.0"