From a83a731cdc68d7bc413b7fdd10cea465fb2e8888 Mon Sep 17 00:00:00 2001 From: zimmersandro Date: Thu, 9 Apr 2026 14:27:16 +0200 Subject: [PATCH] chore: added pandas to requirements --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5011da1..96b34d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ matplotlib == 3.10.8 numpy == 2.4.3 black == 26.3.1 ipykernel == 7.2.0 -sympy == 1.14.0 \ No newline at end of file +sympy == 1.14.0 +pandas == 3.0.2 \ No newline at end of file