From 13ab56df3e5c18b7ccdbae8e77c8df5445df4aeb Mon Sep 17 00:00:00 2001 From: Jan-Willem Date: Tue, 9 Jun 2026 16:43:17 -0400 Subject: [PATCH] Fix pyproject.toml. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb4ba186..95a585b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ interactive = [ 'scipy', 'xarray', 'zarr>=3,<4', - 'pyarrow',.3 + 'pyarrow', 'psutil', 'matplotlib', 'prettytable',