From d2f82a153527ceed8431c9871d6b0d223b07d849 Mon Sep 17 00:00:00 2001 From: Marek Wolan Date: Thu, 30 May 2024 12:31:35 +0000 Subject: [PATCH] Updated pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d913e1a..9f7eda52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,8 @@ dependencies = [ "typer[all]==0.9.0", "pydantic==2.7.0", "ray[rllib] >= 2.9, < 3", - "ipywidgets" + "ipywidgets", + "deepdiff" ] [tool.setuptools.dynamic]