From 6d65cb594c18ce97b9bbef2804787adbd3f78eed Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Wed, 13 Nov 2024 17:09:02 +0100 Subject: [PATCH] unclear why this is necessary --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6279fa2..d42bc7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,8 @@ dependencies = [ "pydantic>=2.6.0", "pyimzml>=1.5.3", "pyyaml>=6.0.1", - "quarto-cli>=1.4.550", + # TODO quarto-cli 1.5.57 somehow fails to install in my venv + "quarto-cli<1.5.57", "scikit-image>=0.22.0", "scikit-learn>=1.3.2", "scipy>=1.11.4",