From 626f15fcf9c23514ddd026bd4e9205e1c950e3b6 Mon Sep 17 00:00:00 2001 From: Jacob Tomlinson Date: Thu, 9 Nov 2023 11:36:26 +0000 Subject: [PATCH] Bump minimum click to >=8.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6da2ea3..32de436 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - "click", + "click>=8.1", "dask", "rich", "distributed",