From 51cbd08b11d07590e6ea59a35c26b2405d71d4e4 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Mon, 13 Nov 2023 09:04:07 -0800 Subject: [PATCH] sync depends --- userspace/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/pyproject.toml b/userspace/pyproject.toml index 724236af..873e5e12 100644 --- a/userspace/pyproject.toml +++ b/userspace/pyproject.toml @@ -48,7 +48,6 @@ markdown-it-py = "*" onnx = "*" onnxruntime = "*" pyopencl = "*" -pytest = "*" hatanaka = "==2.4" protobuf = "*" torch = "*" @@ -64,6 +63,7 @@ pydub = "*" aiohttp = "*" aiortc = "*" evdev = "*" +pytest = "*" pytest-cov = "*" pytest-cpp = "*" pytest-subtests = "*"