From 9f9d3d7e06c4932275a2f11f8bbb86ae31740431 Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Thu, 17 Aug 2023 10:54:27 +0200 Subject: [PATCH] add pandas as dep --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc943c2..f81c856 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,8 @@ dependencies = [ "matplotlib>=3.6", "numpy", "torch", - "scikit-learn" + "scikit-learn", + "pandas", ] [project.urls]