From 856ceaf8d634153fb8568484ae28d003e3b7ee8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Zimmermann?= <101292599+ekneg54@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:40:44 +0200 Subject: [PATCH] remove arrow dependency (#595) * remove arrow and pyyaml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a591ffa5b..102d2279c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,6 @@ dependencies = [ "boto3", "pydantic", "ndjson", - "arrow", "click", "pandas", "tabulate", @@ -109,7 +108,7 @@ doc = [ "sphinx-copybutton", "nbsphinx", "ipython", - "openpyxl" + "openpyxl", ] [project.urls]