From 731ce1d6e7519cccd5e1a4c035321022a8b645c5 Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Tue, 17 Dec 2024 12:03:34 -0600 Subject: [PATCH] revert pins --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2e4adb1d..d5514159 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,8 +37,7 @@ classifiers = [ ] dependencies = [ "awkward >=2.5.1", - "dask >=2024.12.0;python_version>'3.9'", - "dask >=2023.04.0;python_version<'3.10'", + "dask >=2023.04.0", "cachetools", "typing_extensions >=4.8.0", ]