From 1ddc32cda2b98ee056bfc0da073ebab3056a7226 Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Mon, 12 May 2025 09:07:29 -0400 Subject: [PATCH] Add missing datasets dep (#171) --- libs/computer/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/computer/pyproject.toml b/libs/computer/pyproject.toml index ed438947..22465082 100644 --- a/libs/computer/pyproject.toml +++ b/libs/computer/pyproject.toml @@ -25,6 +25,7 @@ requires-python = ">=3.10" ui = [ "gradio>=5.23.3,<6.0.0", "python-dotenv>=1.0.1,<2.0.0", + "datasets>=3.6.0,<4.0.0", ] [tool.pdm]