From f4f329ba2085e8b616f1e672b258be94eeaa67c8 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Wed, 11 Sep 2024 15:28:29 -0400 Subject: [PATCH] fix expression --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a2c694..b8a379a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ test = [ "nd2[tiff]", "aicsimageio", "dask[array]", - "lxml; python_version >= '3.9', python_version < '3.13'", + "lxml; python_version >= '3.9' and python_version < '3.13'", "numpy", "psutil", "pytest-codspeed",