From c532c909ba1f2d5963d4cb349c55974fcbba9eb2 Mon Sep 17 00:00:00 2001 From: Yimin Zheng Date: Fri, 16 Aug 2024 22:14:53 +0200 Subject: [PATCH] Add parquet deps --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a5396ea..9da9b26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ requires-python = ">=3.8" urls = {Home="https://github.com/Marsilea-viz/marsilea"} dependencies = [ "numpy", - "pandas", + "pandas[parquet]", "matplotlib>=3.6", "seaborn", "scipy",