From 6af4ce8e63fd7ff80b7679975f8a97baef2f11bd Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lenain Date: Wed, 12 Jul 2023 22:31:33 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index eb7ee84e..28882421 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ requires-python = ">=3.8" dependencies = [ "ctapipe~=0.19", "ctapipe-io-nectarcam", + "pandas", ] dynamic = ["version"]