From 2ca3c9f298416adcf75a55acc95d084b79c4f445 Mon Sep 17 00:00:00 2001 From: Yixing <108294040+jyx-su@users.noreply.github.com> Date: Mon, 6 Nov 2023 13:15:36 -0800 Subject: [PATCH] Add pandas in pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 233df06..c6f9f12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ numpy = ">=1.21.2" scipy = ">=1.7.2" tqdm = ">=4.3" lifelines = ">=0.25" +pandas = ">=1.3" [tool.poetry.dev-dependencies] pytest = "^6.1.2"