From 8f845ae3e26163d1d0200d1b899a99b9f00834c5 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Fri, 27 Sep 2024 15:18:16 -0400 Subject: [PATCH] point to panda feature branch to pass unit test for now --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3eb94d8b22..7618699139 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "Cython", "crcmod", "tqdm", - "pandacan@git+https://github.com/commaai/panda.git@master", + "pandacan@git+https://github.com/sunnypilot/panda.git@palisade-2023-port-1", "setuptools", # setuptools includes distutils which is needed by Cython and pre-commit. # distutils was removed in python3.12 from the standard library. ]