From 25c1f70c49de7c2d9f0f9bd0890b163db4f06219 Mon Sep 17 00:00:00 2001 From: Wilson Beebe Date: Fri, 26 Apr 2024 11:28:56 -0700 Subject: [PATCH] Fix pyproject.toml syntax --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fe1113da..547e74c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,9 +18,9 @@ requires-python = ">=3.9" dependencies = [ 'pandas', 'numpy', - 'dask=2024.3.1', + 'dask==2024.3.1', 'dask[distributed]>=2024.3.0', - 'dask-expr-1.0.5', + 'dask-expr==1.0.5', 'pyarrow', 'pyvo', 'scipy',