From 9fd2167f6a7d87c629792d356c5ced4236ab8e2b Mon Sep 17 00:00:00 2001 From: Yimin Zheng Date: Thu, 12 Dec 2024 13:04:42 +0100 Subject: [PATCH] Add new deps --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7b24f0d..91ce0e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,8 @@ dependencies = [ "typer", "wsidata", "psutil", + "cyclopts", + "timm", ] [tool.hatch.version]