From 12250d88a963396ff9ae6c53c570c01f3a39124b Mon Sep 17 00:00:00 2001 From: Jonathan Peirce Date: Mon, 16 Sep 2024 12:25:42 +0100 Subject: [PATCH] PKG: failing to build on macos, ease constraint on packaging>=24.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9a984b09d..3bd81e0780 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ dependencies = [ 'tables<3.9; python_version < "3.9"', 'tables; python_version >= "3.9"', 'blosc2<2.2.8; python_version < "3.9"', # dependency of tables - "packaging>=24.1", + "packaging>=24.0", ] [project.optional-dependencies] # This is optional dependencies